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 =
[]

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)


1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  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.



1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  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)


1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  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)


1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  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.



1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  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)


1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1962

class VerifyAuthRequestCryptogramInput < Struct.new(
  :auth_request_cryptogram,
  :auth_response_attributes,
  :key_identifier,
  :major_key_derivation_mode,
  :session_key_derivation_attributes,
  :transaction_data)
  SENSITIVE = []
  include Aws::Structure
end