Properties of a RawEncryptResponse.
Package
@google-cloud/kmsProperties
ciphertext
ciphertext?: (Uint8Array|Buffer|string|null);RawEncryptResponse ciphertext
ciphertextCrc32c
ciphertextCrc32c?: (google.protobuf.IInt64Value|null);RawEncryptResponse ciphertextCrc32c
initializationVector
initializationVector?: (Uint8Array|Buffer|string|null);RawEncryptResponse initializationVector
initializationVectorCrc32c
initializationVectorCrc32c?: (google.protobuf.IInt64Value|null);RawEncryptResponse initializationVectorCrc32c
name
name?: (string|null);RawEncryptResponse name
protectionLevel
protectionLevel?: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null);RawEncryptResponse protectionLevel
tagLength
tagLength?: (number|null);RawEncryptResponse tagLength
verifiedAdditionalAuthenticatedDataCrc32c
verifiedAdditionalAuthenticatedDataCrc32c?: (boolean|null);RawEncryptResponse verifiedAdditionalAuthenticatedDataCrc32c
verifiedInitializationVectorCrc32c
verifiedInitializationVectorCrc32c?: (boolean|null);RawEncryptResponse verifiedInitializationVectorCrc32c
verifiedPlaintextCrc32c
verifiedPlaintextCrc32c?: (boolean|null);RawEncryptResponse verifiedPlaintextCrc32c