Class DecryptRequest (2.0.1)

DecryptRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for KeyManagementService.Decrypt.

Attributes

NameDescription
name str
Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.
ciphertext bytes
Required. The encrypted data originally returned in EncryptResponse.ciphertext.
additional_authenticated_data bytes
Optional. Optional data that must match the data originally supplied in EncryptRequest.additional_authenticated_data.