Class: Aws::PaymentCryptographyData::Types::TranslatePinDataOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt outgoing PIN block data after translation.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1795

class TranslatePinDataOutput < Struct.new(
  :key_arn,
  :key_check_value,
  :pin_block)
  SENSITIVE = []
  include Aws::Structure
end

#key_check_valueString

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1795

class TranslatePinDataOutput < Struct.new(
  :key_arn,
  :key_check_value,
  :pin_block)
  SENSITIVE = []
  include Aws::Structure
end

#pin_blockString

The outgoing encrypted PIN block data after translation.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1795

class TranslatePinDataOutput < Struct.new(
  :key_arn,
  :key_check_value,
  :pin_block)
  SENSITIVE = []
  include Aws::Structure
end