Interface protos.google.cloud.kms.v1.IAsymmetricDecryptResponse

Properties of an AsymmetricDecryptResponse.

Package

@google-cloud/kms!

Properties

plaintext

plaintext?: (Uint8Array|string|null);

AsymmetricDecryptResponse plaintext

Property Value
TypeDescription
(Uint8Array|string|null)

plaintextCrc32c

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

AsymmetricDecryptResponse plaintextCrc32c

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

protectionLevel

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

AsymmetricDecryptResponse protectionLevel

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

verifiedCiphertextCrc32c

verifiedCiphertextCrc32c?: (boolean|null);

AsymmetricDecryptResponse verifiedCiphertextCrc32c

Property Value
TypeDescription
(boolean|null)