JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.paymentcryptographydata.model

Class VerifyAuthRequestCryptogramResult

    • Constructor Detail

      • VerifyAuthRequestCryptogramResult

        public VerifyAuthRequestCryptogramResult()
    • Method Detail

      • setKeyArn

        public void setKeyArn(String keyArn)

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

        Parameters:
        keyArn - The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
      • getKeyArn

        public String getKeyArn()

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

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

        public VerifyAuthRequestCryptogramResult withKeyArn(String keyArn)

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

        Parameters:
        keyArn - 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.
      • setKeyCheckValue

        public void setKeyCheckValue(String keyCheckValue)

        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.

        Parameters:
        keyCheckValue - 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.

      • getKeyCheckValue

        public String getKeyCheckValue()

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

      • withKeyCheckValue

        public VerifyAuthRequestCryptogramResult withKeyCheckValue(String keyCheckValue)

        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.

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

        public void setAuthResponseValue(String authResponseValue)

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

        Parameters:
        authResponseValue - The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
      • getAuthResponseValue

        public String getAuthResponseValue()

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

        Returns:
        The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
      • withAuthResponseValue

        public VerifyAuthRequestCryptogramResult withAuthResponseValue(String authResponseValue)

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

        Parameters:
        authResponseValue - The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /