ImportCryptoKeyVersionRequest class

Request message for KeyManagementService.ImportCryptoKeyVersion.

Constructors

ImportCryptoKeyVersionRequest({String? algorithm, String? cryptoKeyVersion, String? importJob, String? rsaAesWrappedKey, String? wrappedKey})
ImportCryptoKeyVersionRequest.fromJson(Map json_)

Properties

algorithm String?
The algorithm of the key being imported.
getter/setter pair
cryptoKeyVersion String?
The optional name of an existing CryptoKeyVersion to target for an import operation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
importJob String?
The name of the ImportJob that was used to wrap this key material.
getter/setter pair
rsaAesWrappedKey String?
This field has the same meaning as wrapped_key.
getter/setter pair
rsaAesWrappedKeyAsBytes List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrappedKey String?
The wrapped key material to import.
getter/setter pair
wrappedKeyAsBytes List<int>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited