|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.jmrtd.AAEvent
public class AAEvent
Event to indicate AA protocol was executed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AAEvent(Object src,
PublicKey pubkey,
byte[] m1,
byte[] m2,
boolean success)
Constructs a new event. |
|
| Method Summary | |
|---|---|
byte[] |
getM1()
Gets m1. |
byte[] |
getM2()
Gets m2. |
PublicKey |
getPubkey()
Gets the public key used in the protocol. |
boolean |
isSuccess()
Indicates whether the authentication protocol was successfully executed. |
String |
toString()
Gets a textual representation of this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AAEvent(Object src,
PublicKey pubkey,
byte[] m1,
byte[] m2,
boolean success)
src - event sourcepubkey - public keym1 - recoverable partm2 - nonce sent by hostsuccess - resulting status of authentication protocol| Method Detail |
|---|
public PublicKey getPubkey()
public byte[] getM1()
public byte[] getM2()
public boolean isSuccess()
public String toString()
toString in class EventObject
|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||