ExternalAuthenticateHandler

public interface ExternalAuthenticateHandler

Methods

computeExternalAuthenticate

byte[] computeExternalAuthenticate(byte[] iccSerial, byte[] iccChallenge)

Computes cryptogram for external authenticate.

Parameters:
  • iccSerial – the serial number of the card. 10 bytes are given for iccSerial but only the 8 last bytes should be used.

  • iccChallenge – the 8-bytes random word given by the card

Throws:
Returns:

the cryptogram used for external authenticate