Class GenerateMacEmvPinChangeResponse

    • Method Detail

      • newPinPekArn

        public final String newPinPekArn()

        Returns the keyArn of the PEK protecting the incoming new encrypted PIN block.

        Returns:
        Returns the keyArn of the PEK protecting the incoming new encrypted PIN block.
      • secureMessagingIntegrityKeyArn

        public final String secureMessagingIntegrityKeyArn()

        Returns the keyArn of the IMK-SMI used by the operation.

        Returns:
        Returns the keyArn of the IMK-SMI used by the operation.
      • secureMessagingConfidentialityKeyArn

        public final String secureMessagingConfidentialityKeyArn()

        Returns the keyArn of the IMK-SMC used by the operation.

        Returns:
        Returns the keyArn of the IMK-SMC used by the operation.
      • mac

        public final String mac()

        Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2 format.

        Returns:
        Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2 format.
      • encryptedPinBlock

        public final String encryptedPinBlock()

        Returns the incoming new encrpted PIN block.

        Returns:
        Returns the incoming new encrpted PIN block.
      • newPinPekKeyCheckValue

        public final String newPinPekKeyCheckValue()

        The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.

        Returns:
        The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.
      • secureMessagingIntegrityKeyCheckValue

        public final String secureMessagingIntegrityKeyCheckValue()

        The key check value (KCV) of the SMI issuer master key used by the operation.

        Returns:
        The key check value (KCV) of the SMI issuer master key used by the operation.
      • secureMessagingConfidentialityKeyCheckValue

        public final String secureMessagingConfidentialityKeyCheckValue()

        The key check value (KCV) of the SMC issuer master key used by the operation.

        Returns:
        The key check value (KCV) of the SMC issuer master key used by the operation.
      • visaAmexDerivationOutputs

        public final VisaAmexDerivationOutputs visaAmexDerivationOutputs()

        The attribute values used for Amex and Visa derivation methods.

        Returns:
        The attribute values used for Amex and Visa derivation methods.
      • 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