|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.ace.techservice.udpserver.AceWPCodes
public class AceWPCodes
This class handles ACE WP codes. These are the key codes used during legacy authentication and are generated by hashing the PRN, time and other items using the infamous F2 hash.
| Field Summary | |
|---|---|
static int |
MAX_WPCODES
|
| Constructor Summary | |
|---|---|
AceWPCodes()
Creates a new instance of AceWPCodes. |
|
AceWPCodes(java.nio.ByteBuffer buf)
Creates a new instance of AceWPCodes passed a data input stream. |
|
| Method Summary | |
|---|---|
int |
getWPCode(int wpCodeIndex)
Gets a WPCode. |
void |
readWPCodes(java.nio.ByteBuffer buf)
Populates AceWPCodes from a data input stream. |
java.lang.String |
toString()
Converts an AceWPCodes object to a string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_WPCODES
| Constructor Detail |
|---|
public AceWPCodes()
public AceWPCodes(java.nio.ByteBuffer buf)
throws AcePacketException
dis - The input stream from which the WPCodes will be read.
AcePacketException - If there is a problem reading the codes.| Method Detail |
|---|
public void readWPCodes(java.nio.ByteBuffer buf)
throws AcePacketException
dis - The input stream from which the WPCodes will be read.
AcePacketException - If there is a problem reading the codes.public int getWPCode(int wpCodeIndex)
wpCodeIndex - The WPCode index to be returned..
public java.lang.String toString()
toString in class java.lang.Object
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||