Interface SessionKeyDerivationValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>, SdkBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>, SdkPojo
Enclosing class:
SessionKeyDerivationValue

public static interface SessionKeyDerivationValue.Builder extends SdkPojo, CopyableBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>
  • Method Details

    • applicationCryptogram

      SessionKeyDerivationValue.Builder applicationCryptogram(String applicationCryptogram)

      The cryptogram provided by the terminal during transaction processing.

      Parameters:
      applicationCryptogram - The cryptogram provided by the terminal during transaction processing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationTransactionCounter

      SessionKeyDerivationValue.Builder applicationTransactionCounter(String applicationTransactionCounter)

      The transaction counter that is provided by the terminal during transaction processing.

      Parameters:
      applicationTransactionCounter - The transaction counter that is provided by the terminal during transaction processing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.