CustomerEncryptionKey class
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