Interface protos.google.cloud.kms.v1.IEncryptResponse

Properties of an EncryptResponse.

Package

@google-cloud/kms!

Properties

ciphertext

ciphertext?: (Uint8Array|string|null);

EncryptResponse ciphertext

Property Value
TypeDescription
(Uint8Array|string|null)

ciphertextCrc32c

ciphertextCrc32c?: (google.protobuf.IInt64Value|null);

EncryptResponse ciphertextCrc32c

Property Value
TypeDescription
(google.protobuf.IInt64Value|null)

name

name?: (string|null);

EncryptResponse name

Property Value
TypeDescription
(string|null)

protectionLevel

protectionLevel?: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null);

EncryptResponse protectionLevel

Property Value
TypeDescription
(google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null)

verifiedAdditionalAuthenticatedDataCrc32c

verifiedAdditionalAuthenticatedDataCrc32c?: (boolean|null);

EncryptResponse verifiedAdditionalAuthenticatedDataCrc32c

Property Value
TypeDescription
(boolean|null)

verifiedPlaintextCrc32c

verifiedPlaintextCrc32c?: (boolean|null);

EncryptResponse verifiedPlaintextCrc32c

Property Value
TypeDescription
(boolean|null)