JMRTD 0.4.6

org.jmrtd
Class AuthAdapter

java.lang.Object
  extended by org.jmrtd.AuthAdapter
All Implemented Interfaces:
AuthListener

public class AuthAdapter
extends Object
implements AuthListener

Trivial implementation of AuthListener.

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

Constructor Summary
AuthAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthAdapter

public AuthAdapter()
Method Detail

performedBAC

public void performedBAC(BACEvent be)
Description copied from interface: AuthListener
Called when an attempt was made to perform the BAC protocol.

Specified by:
performedBAC in interface AuthListener
Parameters:
be - contains the resulting wrapper

performedEAC

public void performedEAC(EACEvent ee)
Description copied from interface: AuthListener
Called when an attempt was made to perform the EAC protocol.

Specified by:
performedEAC in interface AuthListener
Parameters:
ee - contains the resulting wrapper and other EAC data

performedAA

public void performedAA(AAEvent ae)
Description copied from interface: AuthListener
Called when an attempt was made to perform the AA protocol.

Specified by:
performedAA in interface AuthListener
Parameters:
ae - contains the used public key and resulting status of the protocol

JMRTD 0.4.6