Class: Aws::PaymentCryptographyData::Types::VisaAmexDerivationOutputs

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

Overview

The attributes values used for Amex and Visa derivation methods.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_request_key_arnString

The ‘keyArn` of the issuer master key for cryptogram (IMK-AC) used by the operation.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698

class VisaAmexDerivationOutputs < Struct.new(
  :authorization_request_key_arn,
  :authorization_request_key_check_value,
  :current_pin_pek_arn,
  :current_pin_pek_key_check_value)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_request_key_check_valueString

The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698

class VisaAmexDerivationOutputs < Struct.new(
  :authorization_request_key_arn,
  :authorization_request_key_check_value,
  :current_pin_pek_arn,
  :current_pin_pek_key_check_value)
  SENSITIVE = []
  include Aws::Structure
end

#current_pin_pek_arnString

The ‘keyArn` of the current PIN PEK.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698

class VisaAmexDerivationOutputs < Struct.new(
  :authorization_request_key_arn,
  :authorization_request_key_check_value,
  :current_pin_pek_arn,
  :current_pin_pek_key_check_value)
  SENSITIVE = []
  include Aws::Structure
end

#current_pin_pek_key_check_valueString

The key check value (KCV) of the current PIN PEK.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698

class VisaAmexDerivationOutputs < Struct.new(
  :authorization_request_key_arn,
  :authorization_request_key_check_value,
  :current_pin_pek_arn,
  :current_pin_pek_key_check_value)
  SENSITIVE = []
  include Aws::Structure
end