ReEncryptResponse

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The encryption algorithm that was used to reencrypt the data.

Link copied to clipboard

The identifier of the key material used to reencrypt the data. This field is present only when data is reencrypted using a symmetric encryption KMS key.

Link copied to clipboard

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

Link copied to clipboard

The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.

Link copied to clipboard

Unique identifier of the KMS key used to originally encrypt the data.

Link copied to clipboard

The identifier of the key material used to originally encrypt the data. This field is present only when the original encryption used a symmetric encryption KMS key.

Functions

Link copied to clipboard
inline fun copy(block: ReEncryptResponse.Builder.() -> Unit = {}): ReEncryptResponse
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