DecryptResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The plaintext data encrypted with the public key in the attestation document.

Link copied to clipboard

The encryption algorithm that was used to decrypt the ciphertext.

Link copied to clipboard

The Amazon Resource Name (key ARN) of the KMS key that was used to decrypt the ciphertext.

Link copied to clipboard

Decrypted plaintext data. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

Functions

Link copied to clipboard
inline fun copy(block: DecryptResponse.Builder.() -> Unit = {}): DecryptResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String