Class: Aws::Types::ImportTr34KeyBlock

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:



432
433
434
# File 'sig/types.rbs', line 432

def certificate_authority_public_key_identifier
  @certificate_authority_public_key_identifier
end

#import_token::String

Returns the value of attribute import_token.

Returns:



434
435
436
# File 'sig/types.rbs', line 434

def import_token
  @import_token
end

#key_block_format"X9_TR34_2012"

Returns the value of attribute key_block_format.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def key_block_format
  @key_block_format
end

#random_nonce::String

Returns the value of attribute random_nonce.

Returns:



439
440
441
# File 'sig/types.rbs', line 439

def random_nonce
  @random_nonce
end

#signing_key_certificate::String

Returns the value of attribute signing_key_certificate.

Returns:



433
434
435
# File 'sig/types.rbs', line 433

def signing_key_certificate
  @signing_key_certificate
end

#wrapped_key_block::String

Returns the value of attribute wrapped_key_block.

Returns:



437
438
439
# File 'sig/types.rbs', line 437

def wrapped_key_block
  @wrapped_key_block
end

#wrapping_key_certificate::String

Returns the value of attribute wrapping_key_certificate.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def wrapping_key_certificate
  @wrapping_key_certificate
end

#wrapping_key_identifier::String

Returns the value of attribute wrapping_key_identifier.

Returns:



435
436
437
# File 'sig/types.rbs', line 435

def wrapping_key_identifier
  @wrapping_key_identifier
end