Class: Aws::Types::ExportTr34KeyBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_public_key_identifier::String

Returns the value of attribute certificate_authority_public_key_identifier.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def certificate_authority_public_key_identifier
  @certificate_authority_public_key_identifier
end

#export_token::String

Returns the value of attribute export_token.

Returns:



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.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def key_block_format
  @key_block_format
end

#key_block_headersTypes::KeyBlockHeaders

Returns the value of attribute key_block_headers.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def wrapping_key_certificate
  @wrapping_key_certificate
end