GetPublicKeyResponse
class GetPublicKeyResponse
Types
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 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 signing algorithms that KMS supports for this key.