Class: Aws::PaymentCryptographyData::Types::VerifyPinDataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerifyPinDataInput
- Includes:
- Structure
- Defined in:
- 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 ‘keyARN` of 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 ‘keyARN` of the PIN verification key.
Instance Attribute Details
#dukpt_attributes ⇒ Types::DukptAttributes
The attributes and values for the DUKPT encrypted PIN block data.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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
-
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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2623 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 |