Class: Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:transaction_data, :auth_request_cryptogram]
Instance Attribute Summary collapse
-
#auth_request_cryptogram ⇒ String
The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.
-
#auth_response_attributes ⇒ Types::CryptogramAuthResponse
The attributes and values for auth request cryptogram verification.
-
#key_identifier ⇒ String
The ‘keyARN` of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
-
#major_key_derivation_mode ⇒ String
The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.
-
#session_key_derivation_attributes ⇒ Types::SessionKeyDerivation
The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography.
-
#transaction_data ⇒ String
The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification.
Instance Attribute Details
#auth_request_cryptogram ⇒ String
The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |
#auth_response_attributes ⇒ Types::CryptogramAuthResponse
The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |
#key_identifier ⇒ String
The ‘keyARN` of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |
#major_key_derivation_mode ⇒ String
The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |
#session_key_derivation_attributes ⇒ Types::SessionKeyDerivation
The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |
#transaction_data ⇒ String
The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography.
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2418 class VerifyAuthRequestCryptogramInput < Struct.new( :key_identifier, :transaction_data, :auth_request_cryptogram, :major_key_derivation_mode, :session_key_derivation_attributes, :auth_response_attributes) SENSITIVE = [:transaction_data, :auth_request_cryptogram] include Aws::Structure end |