|
JMRTD 0.4.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.jmrtd.BACEvent
public class BACEvent
Event to indicate BAC protocol was executed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
BACEvent(PassportService service,
byte[] rndICC,
byte[] rndIFD,
byte[] kICC,
byte[] kIFD,
boolean success)
Constructs a new event. |
|
| Method Summary | |
|---|---|
byte[] |
getKICC()
Gets the kICC key. |
byte[] |
getKIFD()
Gets the kIFD key. |
byte[] |
getRndICC()
Gets the random nonce sent by the ICC during this BAC protocol run. |
byte[] |
getRndIFD()
Gets the random nonce sent by the IFD during this BAC protocol run. |
PassportService |
getService()
Gets the event source. |
SecureMessagingWrapper |
getWrapper()
Gets the resulting wrapper. |
boolean |
isSuccess()
Gets the status of the executed BAC protocol run. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BACEvent(PassportService service,
byte[] rndICC,
byte[] rndIFD,
byte[] kICC,
byte[] kIFD,
boolean success)
service - event sourcerndICC - nonce sent by ICCrndIFD - nonce sent by IFDkICC - key material provided by ICCkIFD - key material provided by IFDsuccess - status of protocol| Method Detail |
|---|
public SecureMessagingWrapper getWrapper()
public boolean isSuccess()
public byte[] getKICC()
public byte[] getKIFD()
public byte[] getRndICC()
public byte[] getRndIFD()
public PassportService getService()
|
JMRTD 0.4.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||