Properties of an EncryptResponse.
Package
@google-cloud/kms!Properties
ciphertext
ciphertext?: (Uint8Array|string|null);
EncryptResponse ciphertext
Type | Description |
---|---|
(Uint8Array|string|null) |
ciphertextCrc32c
ciphertextCrc32c?: (google.protobuf.IInt64Value|null);
EncryptResponse ciphertextCrc32c
Type | Description |
---|---|
(google.protobuf.IInt64Value|null) |
name
name?: (string|null);
EncryptResponse name
Type | Description |
---|---|
(string|null) |
protectionLevel
protectionLevel?: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null);
EncryptResponse protectionLevel
Type | Description |
---|---|
(google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null) |
verifiedAdditionalAuthenticatedDataCrc32c
verifiedAdditionalAuthenticatedDataCrc32c?: (boolean|null);
EncryptResponse verifiedAdditionalAuthenticatedDataCrc32c
Type | Description |
---|---|
(boolean|null) |
verifiedPlaintextCrc32c
verifiedPlaintextCrc32c?: (boolean|null);
EncryptResponse verifiedPlaintextCrc32c
Type | Description |
---|---|
(boolean|null) |