CustomerEncryptionKey class

Constructors

CustomerEncryptionKey({String? kmsKeyName, String? kmsKeyServiceAccount, String? rawKey, String? rsaEncryptedKey, String? sha256})
CustomerEncryptionKey.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyName String?
The name of the encryption key that is stored in Google Cloud KMS.
getter/setter pair
kmsKeyServiceAccount String?
The service account being used for the encryption request for the given KMS key.
getter/setter pair
rawKey String?
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
getter/setter pair
rsaEncryptedKey String?
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256 String?
The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
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