Interface protos.google.cloud.kms.v1.IEncryptResponse (3.5.0)

Properties of an EncryptResponse.

Package

@google-cloud/kms

Properties

ciphertext

ciphertext?: (Uint8Array|string|null);

EncryptResponse ciphertext

ciphertextCrc32c

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

EncryptResponse ciphertextCrc32c

name

name?: (string|null);

EncryptResponse name

protectionLevel

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

EncryptResponse protectionLevel

verifiedAdditionalAuthenticatedDataCrc32c

verifiedAdditionalAuthenticatedDataCrc32c?: (boolean|null);

EncryptResponse verifiedAdditionalAuthenticatedDataCrc32c

verifiedPlaintextCrc32c

verifiedPlaintextCrc32c?: (boolean|null);

EncryptResponse verifiedPlaintextCrc32c