Class: Aws::Types::GetPublicKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPublicKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_master_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute customer_master_key_spec.
-
#encryption_algorithms ⇒ ::Array[("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")]
Returns the value of attribute encryption_algorithms.
-
#key_agreement_algorithms ⇒ ::Array[("ECDH")]
Returns the value of attribute key_agreement_algorithms.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_spec.
-
#key_usage ⇒ "SIGN_VERIFY", ...
Returns the value of attribute key_usage.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#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.
Instance Attribute Details
#customer_master_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute customer_master_key_spec.
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.
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.
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.
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.
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.
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.
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.
501 502 503 |
# File 'sig/types.rbs', line 501 def signing_algorithms @signing_algorithms end |