Class: Aws::PaymentCryptographyData::Types::VisaPinVerificationValue

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

Overview

Parameters that are required to generate or verify Visa PVV (PIN Verification Value).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_pin_blockString

The encrypted PIN block data to verify.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2264

class VisaPinVerificationValue < Struct.new(
  :encrypted_pin_block,
  :pin_verification_key_index)
  SENSITIVE = []
  include Aws::Structure
end

#pin_verification_key_indexInteger

The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).

Returns:

  • (Integer)


2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2264

class VisaPinVerificationValue < Struct.new(
  :encrypted_pin_block,
  :pin_verification_key_index)
  SENSITIVE = []
  include Aws::Structure
end