Class: Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramInput
- Defined in:
- gems/aws-sdk-paymentcryptographydata/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
keyARNof 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2766 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 |