JMRTD 0.4.5

org.jmrtd
Interface AuthListener

All Known Implementing Classes:
AuthAdapter

public interface AuthListener

Interface for authentication event observers.

Version:
$Revision: 1208 $
Author:
Martijn Oostdijk (martijn.oostdijk@gmail.com)

Method Summary
 void performedAA(AAEvent ae)
          Called when an attempt was made to perform the AA protocol.
 void performedBAC(BACEvent be)
          Called when an attempt was made to perform the BAC protocol.
 void performedEAC(EACEvent ee)
          Called when an attempt was made to perform the EAC protocol.
 

Method Detail

performedBAC

void performedBAC(BACEvent be)
Called when an attempt was made to perform the BAC protocol.

Parameters:
be - contains the resulting wrapper

performedEAC

void performedEAC(EACEvent ee)
Called when an attempt was made to perform the EAC protocol.

Parameters:
ee - contains the resulting wrapper and other EAC data

performedAA

void performedAA(AAEvent ae)
Called when an attempt was made to perform the AA protocol.

Parameters:
ae - contains the used public key and resulting status of the protocol

JMRTD 0.4.5