Class: Aws::Types::GetPublicKeyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_master_key_spec"RSA_2048", ...

Returns the value of attribute customer_master_key_spec.

Returns:

  • ("RSA_2048", "RSA_3072", "RSA_4096", "ECC_NIST_P256", "ECC_NIST_P384", "ECC_NIST_P521", "ECC_SECG_P256K1", "SYMMETRIC_DEFAULT", "HMAC_224", "HMAC_256", "HMAC_384", "HMAC_512", "SM2")


497
498
499
# File 'sig/types.rbs', line 497

def customer_master_key_spec
  @customer_master_key_spec
end

#encryption_algorithms::Array[("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")]

Returns the value of attribute encryption_algorithms.

Returns:

  • (::Array[("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")])


500
501
502
# File 'sig/types.rbs', line 500

def encryption_algorithms
  @encryption_algorithms
end

#key_agreement_algorithms::Array[("ECDH")]

Returns the value of attribute key_agreement_algorithms.

Returns:

  • (::Array[("ECDH")])


502
503
504
# File 'sig/types.rbs', line 502

def key_agreement_algorithms
  @key_agreement_algorithms
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def key_id
  @key_id
end

#key_spec"RSA_2048", ...

Returns the value of attribute key_spec.

Returns:

  • ("RSA_2048", "RSA_3072", "RSA_4096", "ECC_NIST_P256", "ECC_NIST_P384", "ECC_NIST_P521", "ECC_SECG_P256K1", "SYMMETRIC_DEFAULT", "HMAC_224", "HMAC_256", "HMAC_384", "HMAC_512", "SM2", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87", "ECC_NIST_EDWARDS25519")


498
499
500
# File 'sig/types.rbs', line 498

def key_spec
  @key_spec
end

#key_usage"SIGN_VERIFY", ...

Returns the value of attribute key_usage.

Returns:

  • ("SIGN_VERIFY", "ENCRYPT_DECRYPT", "GENERATE_VERIFY_MAC", "KEY_AGREEMENT")


499
500
501
# File 'sig/types.rbs', line 499

def key_usage
  @key_usage
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def public_key
  @public_key
end

#signing_algorithms::Array[("RSASSA_PSS_SHA_256" | "RSASSA_PSS_SHA_384" | "RSASSA_PSS_SHA_512" | "RSASSA_PKCS1_V1_5_SHA_256" | "RSASSA_PKCS1_V1_5_SHA_384" | "RSASSA_PKCS1_V1_5_SHA_512" | "ECDSA_SHA_256" | "ECDSA_SHA_384" | "ECDSA_SHA_512" | "SM2DSA" | "ML_DSA_SHAKE_256" | "ED25519_SHA_512" | "ED25519_PH_SHA_512")]

Returns the value of attribute signing_algorithms.

Returns:

  • (::Array[("RSASSA_PSS_SHA_256" | "RSASSA_PSS_SHA_384" | "RSASSA_PSS_SHA_512" | "RSASSA_PKCS1_V1_5_SHA_256" | "RSASSA_PKCS1_V1_5_SHA_384" | "RSASSA_PKCS1_V1_5_SHA_512" | "ECDSA_SHA_256" | "ECDSA_SHA_384" | "ECDSA_SHA_512" | "SM2DSA" | "ML_DSA_SHAKE_256" | "ED25519_SHA_512" | "ED25519_PH_SHA_512")])


501
502
503
# File 'sig/types.rbs', line 501

def signing_algorithms
  @signing_algorithms
end