DecryptResponse
class DecryptResponse
Types
Properties
Link copied to clipboard
The plaintext data encrypted with the public key from the attestation document. This ciphertext can be decrypted only by using a private key from the attested environment.
Link copied to clipboard
The encryption algorithm that was used to decrypt the ciphertext.
Link copied to clipboard
The identifier of the key material used to decrypt the ciphertext. This field is present only when the operation uses a symmetric encryption KMS key. This field is omitted if the request includes the Recipient
parameter.