KmsWrappedCryptoKey class

Include to use an existing data crypto key wrapped by KMS.

The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission cloudkms.cryptoKeyVersions.useToDecrypt to the project's Cloud Healthcare Service Agent service account. For more information, see Creating a wrapped key.

Constructors

KmsWrappedCryptoKey({String? cryptoKey, String? wrappedKey})
KmsWrappedCryptoKey.fromJson(Map json_)

Properties

cryptoKey String?
The resource name of the KMS CryptoKey to use for unwrapping.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrappedKey String?
The wrapped data crypto key.
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