Interface protos.google.cloud.kms.v1.IRawDecryptRequest (4.3.0)

Properties of a RawDecryptRequest.

Package

@google-cloud/kms

Properties

additionalAuthenticatedData

additionalAuthenticatedData?: (Uint8Array|string|null);

RawDecryptRequest additionalAuthenticatedData

additionalAuthenticatedDataCrc32c

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

RawDecryptRequest additionalAuthenticatedDataCrc32c

ciphertext

ciphertext?: (Uint8Array|string|null);

RawDecryptRequest ciphertext

ciphertextCrc32c

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

RawDecryptRequest ciphertextCrc32c

initializationVector

initializationVector?: (Uint8Array|string|null);

RawDecryptRequest initializationVector

initializationVectorCrc32c

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

RawDecryptRequest initializationVectorCrc32c

name

name?: (string|null);

RawDecryptRequest name

tagLength

tagLength?: (number|null);

RawDecryptRequest tagLength