Class: Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auth_request_cryptogramString

The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.

Returns:

  • (String)


2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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_attributesTypes::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.



2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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_identifierString

The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.

Returns:

  • (String)


2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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_modeString

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.

Returns:

  • (String)


2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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_attributesTypes::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.



2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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_dataString

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.

Returns:

  • (String)


2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2602

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