Class: Aws::PaymentCryptographyData::Types::VerifyPinDataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerifyPinDataInput
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:encrypted_pin_block, :primary_account_number]
Instance Attribute Summary collapse
-
#dukpt_attributes ⇒ Types::DukptAttributes
The attributes and values for the DUKPT encrypted PIN block data.
-
#encrypted_pin_block ⇒ String
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
-
#encryption_key_identifier ⇒ String
The
keyARNof the encryption key under which the PIN block data is encrypted. -
#encryption_wrapped_key ⇒ Types::WrappedKey
Parameter information of a WrappedKeyBlock for encryption key exchange.
-
#pin_block_format ⇒ String
The PIN encoding format for pin data generation as specified in ISO 9564.
-
#pin_data_length ⇒ Integer
The length of PIN being verified.
-
#primary_account_number ⇒ String
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
-
#verification_attributes ⇒ Types::PinVerificationAttributes
The attributes and values for PIN data verification.
-
#verification_key_identifier ⇒ String
The
keyARNof the PIN verification key.
Instance Attribute Details
#dukpt_attributes ⇒ Types::DukptAttributes
The attributes and values for the DUKPT encrypted PIN block data.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#encrypted_pin_block ⇒ String
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#encryption_key_identifier ⇒ String
The keyARN of the encryption key under which the PIN block data is
encrypted. This key type can be PEK or BDK.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#encryption_wrapped_key ⇒ Types::WrappedKey
Parameter information of a WrappedKeyBlock for encryption key exchange.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#pin_block_format ⇒ String
The PIN encoding format for pin data generation as specified in ISO
9564. Amazon Web Services Payment Cryptography supports
ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8,
VISA-1, and ECI-1 PIN block formats. It is similar to a VISA-4 PIN
block format. It supports a PIN from 4 to 12 digits in length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0
except that the fill digits are random values from 10 to 15.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#pin_data_length ⇒ Integer
The length of PIN being verified.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#primary_account_number ⇒ String
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#verification_attributes ⇒ Types::PinVerificationAttributes
The attributes and values for PIN data verification.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |
#verification_key_identifier ⇒ String
The keyARN of the PIN verification key.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2807 class VerifyPinDataInput < Struct.new( :verification_key_identifier, :encryption_key_identifier, :verification_attributes, :encrypted_pin_block, :primary_account_number, :pin_block_format, :pin_data_length, :dukpt_attributes, :encryption_wrapped_key) SENSITIVE = [:encrypted_pin_block, :primary_account_number] include Aws::Structure end |