Class: Aws::PaymentCryptographyData::Types::VerifyAuthRequestCryptogramOutput

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_response_valueString

The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1994

class VerifyAuthRequestCryptogramOutput < Struct.new(
  :auth_response_value,
  :key_arn,
  :key_check_value)
  SENSITIVE = []
  include Aws::Structure
end

#key_arnString

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

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1994

class VerifyAuthRequestCryptogramOutput < Struct.new(
  :auth_response_value,
  :key_arn,
  :key_check_value)
  SENSITIVE = []
  include Aws::Structure
end

#key_check_valueString

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.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1994

class VerifyAuthRequestCryptogramOutput < Struct.new(
  :auth_response_value,
  :key_arn,
  :key_check_value)
  SENSITIVE = []
  include Aws::Structure
end