Interface VerifyAuthRequestCryptogramRequest.Builder

    • Method Detail

      • authRequestCryptogram

        VerifyAuthRequestCryptogramRequest.Builder authRequestCryptogram​(String authRequestCryptogram)

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

        Parameters:
        authRequestCryptogram - The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authResponseAttributes

        VerifyAuthRequestCryptogramRequest.Builder authResponseAttributes​(CryptogramAuthResponse authResponseAttributes)

        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.

        Parameters:
        authResponseAttributes - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyIdentifier

        VerifyAuthRequestCryptogramRequest.Builder keyIdentifier​(String keyIdentifier)

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

        Parameters:
        keyIdentifier - The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • majorKeyDerivationMode

        VerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode​(String majorKeyDerivationMode)

        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.

        Parameters:
        majorKeyDerivationMode - 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:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MajorKeyDerivationMode, MajorKeyDerivationMode
      • majorKeyDerivationMode

        VerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode​(MajorKeyDerivationMode majorKeyDerivationMode)

        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.

        Parameters:
        majorKeyDerivationMode - 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:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MajorKeyDerivationMode, MajorKeyDerivationMode
      • sessionKeyDerivationAttributes

        VerifyAuthRequestCryptogramRequest.Builder sessionKeyDerivationAttributes​(SessionKeyDerivation sessionKeyDerivationAttributes)

        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.

        Parameters:
        sessionKeyDerivationAttributes - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactionData

        VerifyAuthRequestCryptogramRequest.Builder transactionData​(String transactionData)

        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.

        Parameters:
        transactionData - 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:
        Returns a reference to this object so that method calls can be chained together.