Class: Aws::Types::ExportTr34KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::ExportTr34KeyBlock
- 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.
-
#export_token ⇒ ::String
Returns the value of attribute export_token.
-
#key_block_format ⇒ "X9_TR34_2012"
Returns the value of attribute key_block_format.
-
#key_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
-
#random_nonce ⇒ ::String
Returns the value of attribute random_nonce.
-
#signing_key_certificate ⇒ ::String
Returns the value of attribute signing_key_certificate.
-
#signing_key_identifier ⇒ ::String
Returns the value of attribute signing_key_identifier.
-
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
235 236 237 |
# File 'sig/types.rbs', line 235 def end |
#export_token ⇒ ::String
Returns the value of attribute export_token.
237 238 239 |
# File 'sig/types.rbs', line 237 def export_token @export_token end |
#key_block_format ⇒ "X9_TR34_2012"
Returns the value of attribute key_block_format.
240 241 242 |
# File 'sig/types.rbs', line 240 def key_block_format @key_block_format end |
#key_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
242 243 244 |
# File 'sig/types.rbs', line 242 def key_block_headers @key_block_headers end |
#random_nonce ⇒ ::String
Returns the value of attribute random_nonce.
241 242 243 |
# File 'sig/types.rbs', line 241 def random_nonce @random_nonce end |
#signing_key_certificate ⇒ ::String
Returns the value of attribute signing_key_certificate.
239 240 241 |
# File 'sig/types.rbs', line 239 def signing_key_certificate @signing_key_certificate end |
#signing_key_identifier ⇒ ::String
Returns the value of attribute signing_key_identifier.
238 239 240 |
# File 'sig/types.rbs', line 238 def signing_key_identifier @signing_key_identifier end |
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
236 237 238 |
# File 'sig/types.rbs', line 236 def wrapping_key_certificate @wrapping_key_certificate end |