Interface protos.google.cloud.kms.v1.IEncryptRequest

Properties of an EncryptRequest.

Package

@google-cloud/kms!

Properties

additionalAuthenticatedData

additionalAuthenticatedData?: (Uint8Array|string|null);

EncryptRequest additionalAuthenticatedData

Property Value
TypeDescription
(Uint8Array|string|null)

additionalAuthenticatedDataCrc32c

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

EncryptRequest additionalAuthenticatedDataCrc32c

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

name

name?: (string|null);

EncryptRequest name

Property Value
TypeDescription
(string|null)

plaintext

plaintext?: (Uint8Array|string|null);

EncryptRequest plaintext

Property Value
TypeDescription
(Uint8Array|string|null)

plaintextCrc32c

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

EncryptRequest plaintextCrc32c

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