Class: Aws::PaymentCryptographyData::Types::VisaAmexDerivationOutputs
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VisaAmexDerivationOutputs
- Defined in:
- gems/aws-sdk-paymentcryptographydata/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
-
#authorization_request_key_arn ⇒ String
The
keyArnof the issuer master key for cryptogram (IMK-AC) used by the operation. -
#authorization_request_key_check_value ⇒ String
The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
-
#current_pin_pek_arn ⇒ String
The
keyArnof the current PIN PEK. -
#current_pin_pek_key_check_value ⇒ String
The key check value (KCV) of the current PIN PEK.
Instance Attribute Details
#authorization_request_key_arn ⇒ String
The keyArn of the issuer master key for cryptogram (IMK-AC) used
by the operation.
2882 2883 2884 2885 2886 2887 2888 2889 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2882 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_value ⇒ String
The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
2882 2883 2884 2885 2886 2887 2888 2889 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2882 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_arn ⇒ String
The keyArn of the current PIN PEK.
2882 2883 2884 2885 2886 2887 2888 2889 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2882 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_value ⇒ String
The key check value (KCV) of the current PIN PEK.
2882 2883 2884 2885 2886 2887 2888 2889 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2882 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 |