Class: Aws::PaymentCryptographyData::Types::VerifyPinDataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerifyPinDataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_key_arn ⇒ String
The ‘keyARN` of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.
-
#encryption_key_check_value ⇒ String
The key check value (KCV) of the encryption key.
-
#verification_key_arn ⇒ String
The ‘keyARN` of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or PIN Offset verification.
-
#verification_key_check_value ⇒ String
The key check value (KCV) of the encryption key.
Instance Attribute Details
#encryption_key_arn ⇒ String
The ‘keyARN` of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.
2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2667 class VerifyPinDataOutput < Struct.new( :verification_key_arn, :verification_key_check_value, :encryption_key_arn, :encryption_key_check_value) SENSITIVE = [] include Aws::Structure end |
#encryption_key_check_value ⇒ String
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2667 class VerifyPinDataOutput < Struct.new( :verification_key_arn, :verification_key_check_value, :encryption_key_arn, :encryption_key_check_value) SENSITIVE = [] include Aws::Structure end |
#verification_key_arn ⇒ String
The ‘keyARN` of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or PIN Offset verification.
2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2667 class VerifyPinDataOutput < Struct.new( :verification_key_arn, :verification_key_check_value, :encryption_key_arn, :encryption_key_check_value) SENSITIVE = [] include Aws::Structure end |
#verification_key_check_value ⇒ String
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2667 class VerifyPinDataOutput < Struct.new( :verification_key_arn, :verification_key_check_value, :encryption_key_arn, :encryption_key_check_value) SENSITIVE = [] include Aws::Structure end |