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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2971 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 |