Class CryptogramAuthResponse

    • Method Detail

      • arpcMethod1

        public final CryptogramVerificationArpcMethod1 arpcMethod1()

        Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.

        Returns:
        Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
      • arpcMethod2

        public final CryptogramVerificationArpcMethod2 arpcMethod2()

        Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.

        Returns:
        Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromArpcMethod1

        public static CryptogramAuthResponse fromArpcMethod1​(CryptogramVerificationArpcMethod1 arpcMethod1)
        Create an instance of this class with arpcMethod1() initialized to the given value.

        Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.

        Parameters:
        arpcMethod1 - Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
      • fromArpcMethod1

        public static CryptogramAuthResponse fromArpcMethod1​(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)
        Create an instance of this class with arpcMethod1() initialized to the given value.

        Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.

        Parameters:
        arpcMethod1 - Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
      • fromArpcMethod2

        public static CryptogramAuthResponse fromArpcMethod2​(CryptogramVerificationArpcMethod2 arpcMethod2)
        Create an instance of this class with arpcMethod2() initialized to the given value.

        Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.

        Parameters:
        arpcMethod2 - Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
      • fromArpcMethod2

        public static CryptogramAuthResponse fromArpcMethod2​(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)
        Create an instance of this class with arpcMethod2() initialized to the given value.

        Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.

        Parameters:
        arpcMethod2 - Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.