PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::KMS::GetPublicKeyResponse; use Moose; has CustomerMasterKeySpec => (is => 'ro', isa => 'Str'); has EncryptionAlgorithms => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has KeyId => (is => 'ro', isa => 'Str'); has KeyUsage => (is => 'ro', isa => 'Str'); has PublicKey => (is => 'ro', isa => 'Str'); has SigningAlgorithms => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::KMS::GetPublicKeyResponse =head1 ATTRIBUTES =head2 CustomerMasterKeySpec => Str The type of the of the public key that was downloaded. Valid values are: C<"RSA_2048">, C<"RSA_3072">, C<"RSA_4096">, C<"ECC_NIST_P256">, C<"ECC_NIST_P384">, C<"ECC_NIST_P521">, C<"ECC_SECG_P256K1">, C<"SYMMETRIC_DEFAULT"> =head2 EncryptionAlgorithms => ArrayRef[Str|Undef] The encryption algorithms that AWS KMS supports for this key. This information is critical. If a public key encrypts data outside of AWS KMS by using an unsupported encryption algorithm, the ciphertext cannot be decrypted. This field appears in the response only when the C of the public key is C. =head2 KeyId => Str The Amazon Resource Name (key ARN (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN)) of the asymmetric CMK from which the public key was downloaded. =head2 KeyUsage => Str The permitted use of the public key. Valid values are C or C. This information is critical. If a public key with C key usage encrypts data outside of AWS KMS, the ciphertext cannot be decrypted. Valid values are: C<"SIGN_VERIFY">, C<"ENCRYPT_DECRYPT"> =head2 PublicKey => Str The exported public key. The value is a DER-encoded X.509 public key, also known as C (SPKI), as defined in RFC 5280 (https://tools.ietf.org/html/rfc5280). When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded. =head2 SigningAlgorithms => ArrayRef[Str|Undef] The signing algorithms that AWS KMS supports for this key. This field appears in the response only when the C of the public key is C. =head2 _request_id => Str =cut 1;