|
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.AceSuspectData
public class AceSuspectData
This class represents "suspect" data sent by an agent if the attacker was foolish enough bang on an agent three times. NOTE: THE IMPLEMENTATION OF THIS CLASS IS INCOMPLETE.
| Constructor Summary | |
|---|---|
AceSuspectData(java.nio.ByteBuffer buf)
Creates a new instance of AceSuspectData passed a byte-buffer. |
|
AceSuspectData(int key,
byte[] prn,
byte pin,
byte syntax)
Creates a new instance of AceSuspectData passed a byte-buffer. |
|
| Method Summary | |
|---|---|
void |
readSuspectData(java.nio.ByteBuffer buf)
Read an AceSuspectData from the byte buffer provided. |
java.lang.String |
toString()
Converts an AceSuspectData object to a string. |
void |
WriteSuspectData(java.nio.ByteBuffer buf)
Write an AceSuspectData to the byte buffer provided. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AceSuspectData(java.nio.ByteBuffer buf)
throws AcePacketException
buf - The buffer from which the suspect data will be read.
AcePacketException - If an error occurs reading the data from the buffer.
public AceSuspectData(int key,
byte[] prn,
byte pin,
byte syntax)
throws AcePacketException
buf - The buffer from which the suspect data will be read.
AcePacketException - If an error occurs reading the data from the buffer.| Method Detail |
|---|
public void readSuspectData(java.nio.ByteBuffer buf)
throws AcePacketException
buf - The buffer from which the suspect data will be read.
AcePacketException - If an error occurs reading the data from the buffer.
public void WriteSuspectData(java.nio.ByteBuffer buf)
throws AcePacketException
buf - The buffer to which the suspect data will be writen.
AcePacketException - If an error occurs writing the data to the buffer.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 | |||||||||