Interface protos.google.cloud.kms.v1.IDecryptRequest

Properties of a DecryptRequest.

Package

@google-cloud/kms!

Properties

additionalAuthenticatedData

additionalAuthenticatedData?: (Uint8Array|string|null);

DecryptRequest additionalAuthenticatedData

Property Value
TypeDescription
(Uint8Array|string|null)

additionalAuthenticatedDataCrc32c

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

DecryptRequest additionalAuthenticatedDataCrc32c

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

ciphertext

ciphertext?: (Uint8Array|string|null);

DecryptRequest ciphertext

Property Value
TypeDescription
(Uint8Array|string|null)

ciphertextCrc32c

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

DecryptRequest ciphertextCrc32c

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

name

name?: (string|null);

DecryptRequest name

Property Value
TypeDescription
(string|null)