Class: Aws::Types::ExportKeyCryptogram
- Inherits:
-
Object
- Object
- Aws::Types::ExportKeyCryptogram
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
-
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
-
#wrapping_spec ⇒ "RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512"
Returns the value of attribute wrapping_spec.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
187 188 189 |
# File 'sig/types.rbs', line 187 def end |
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
188 189 190 |
# File 'sig/types.rbs', line 188 def wrapping_key_certificate @wrapping_key_certificate end |
#wrapping_spec ⇒ "RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512"
Returns the value of attribute wrapping_spec.
189 190 191 |
# File 'sig/types.rbs', line 189 def wrapping_spec @wrapping_spec end |