Package org.jmrtd

Interface APDULevelAACapable

  • All Known Implementing Classes:
    AAAPDUSender

    public interface APDULevelAACapable
    The low-level capability of sending APDUs for the Active Authentication protocol.
    Version:
    $Revision: 1781 $
    Author:
    The JMRTD team ([email protected])
    • Method Detail

      • sendInternalAuthenticate

        byte[] sendInternalAuthenticate​(net.sf.scuba.smartcards.APDUWrapper wrapper,
                                        byte[] rndIFD)
                                 throws net.sf.scuba.smartcards.CardServiceException
        Sends an INTERNAL AUTHENTICATE command to the ICC. This method will remove the status word from the response.
        Parameters:
        wrapper - the secure messaging wrapper to use
        rndIFD - the challenge to send
        Returns:
        the response from the ICC
        Throws:
        net.sf.scuba.smartcards.CardServiceException - on tranceive error