Interface EmvEncryptionAttributes.Builder

    • Method Detail

      • initializationVector

        EmvEncryptionAttributes.Builder initializationVector​(String initializationVector)

        An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

        Parameters:
        initializationVector - An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • majorKeyDerivationMode

        EmvEncryptionAttributes.Builder majorKeyDerivationMode​(String majorKeyDerivationMode)

        The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.

        Parameters:
        majorKeyDerivationMode - The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EmvMajorKeyDerivationMode, EmvMajorKeyDerivationMode
      • panSequenceNumber

        EmvEncryptionAttributes.Builder panSequenceNumber​(String panSequenceNumber)

        A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

        Parameters:
        panSequenceNumber - A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primaryAccountNumber

        EmvEncryptionAttributes.Builder primaryAccountNumber​(String primaryAccountNumber)

        The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

        Parameters:
        primaryAccountNumber - The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionDerivationData

        EmvEncryptionAttributes.Builder sessionDerivationData​(String sessionDerivationData)

        The derivation value used to derive the ICC session key. It is typically the application transaction counter value padded with zeros or previous ARQC value padded with zeros as per EMV version 4.3 book 2.

        Parameters:
        sessionDerivationData - The derivation value used to derive the ICC session key. It is typically the application transaction counter value padded with zeros or previous ARQC value padded with zeros as per EMV version 4.3 book 2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.