|
AXL Software | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectEAPPacket
LEAPPacket
LEAP Packet class to handle LEAP athentication.
| Field Summary |
| Constructor Summary | |
LEAPPacket()
Constructor to set payload data for the LEAP packet. |
|
LEAPPacket(AttributeList attributeList)
Constructor to extract a LEAP packet from EAP-Messages in an AttributeList. |
|
LEAPPacket(int packetId,
int code,
byte[] data)
Constructor to set payload data for the LEAP packet - client side. |
|
| Method Summary | |
byte[] |
getChallenge()
Get the challenge data. |
byte[] |
getLEAPData()
Get the LEAP payload data. |
void |
setLEAPData(int packetId,
int code,
byte[] data)
Set up the LEAP data, client side |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LEAPPacket()
public LEAPPacket(AttributeList attributeList)
throws EAPException
attributeList - Attribute list.containing EAP-Messages.
EAPException - If there's a problem extracting the EAP-Message data.
public LEAPPacket(int packetId,
int code,
byte[] data)
packetId - Packet identifiercode - EAP code type.data - Payload data.
of the data.| Method Detail |
public byte[] getChallenge()
public byte[] getLEAPData()
throws EAPException
EAPException - if there is insufficient data.
public void setLEAPData(int packetId,
int code,
byte[] data)
|
AXL Software | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||