GetPublicKeyResponse

Types

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

Properties

Link copied to clipboard

Instead, use the KeySpec field in the GetPublicKey response.

Link copied to clipboard

The encryption algorithms that KMS supports for this key.

Link copied to clipboard

The key agreement algorithm used to derive a shared secret. This field is present only when the KMS key has a KeyUsage value of KEY_AGREEMENT.

Link copied to clipboard

The Amazon Resource Name (key ARN) of the asymmetric KMS key from which the public key was downloaded.

Link copied to clipboard

The type of the of the public key that was downloaded.

Link copied to clipboard

The permitted use of the public key. Valid values for asymmetric key pairs are ENCRYPT_DECRYPT, SIGN_VERIFY, and KEY_AGREEMENT.

Link copied to clipboard

The exported public key.

Link copied to clipboard

The signing algorithms that KMS supports for this key.

Functions

Link copied to clipboard
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