Class: Aws::PaymentCryptography::Types::ImportTr31KeyBlock

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

Parameter information for key material import using symmetric TR-31 key exchange method.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wrapped_key_blockString

The TR-31 wrapped key block to import.

Returns:

  • (String)


842
843
844
845
846
847
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 842

class ImportTr31KeyBlock < Struct.new(
  :wrapping_key_identifier,
  :wrapped_key_block)
  SENSITIVE = []
  include Aws::Structure
end

#wrapping_key_identifierString

The KeyARN of the key that will decrypt or unwrap a TR-31 key block during import.

Returns:

  • (String)


842
843
844
845
846
847
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 842

class ImportTr31KeyBlock < Struct.new(
  :wrapping_key_identifier,
  :wrapped_key_block)
  SENSITIVE = []
  include Aws::Structure
end