|
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.AceSecondarySegments
public class AceSecondarySegments
This class represents the secondary segments requested by and provided to the agent. NOTE: THE IMPLEMENTATION OF THIS CLASS IS INCOMPLETE
| Constructor Summary | |
|---|---|
AceSecondarySegments()
Creates a new instance of AceSecondarySegments. |
|
AceSecondarySegments(java.nio.ByteBuffer buf)
Creates a new instance of AceSecondarySegments |
|
| Method Summary | |
|---|---|
void |
addSegment(byte[] segmentData)
Adds a segment to this object. |
int |
getSegmentCount()
|
void |
readSecondarySegments(java.nio.ByteBuffer buf)
Reads a AceSecondarySegment from the input stream. |
java.lang.String |
toString()
Converts this object to a string. |
byte[] |
values()
|
void |
writeSecondarySegments(java.nio.ByteBuffer buf)
Reads a AceSecondarySegment from the input stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AceSecondarySegments()
public AceSecondarySegments(java.nio.ByteBuffer buf)
throws AcePacketException
buf - The ByteBuffer from which the secondary segment data will
be populated.
AcePacketException - If there is a problem reading the secondary segments.| Method Detail |
|---|
public void readSecondarySegments(java.nio.ByteBuffer buf)
throws AcePacketException
buf - The ByteBuffer from which the secondary segments will be
read.
AcePacketException - If there is an error reading the segment data
from the buffer.
public void writeSecondarySegments(java.nio.ByteBuffer buf)
throws AcePacketException
aip - The AceInputPacket from which the secondary segments will be
read.
AcePacketException - If there is an error reading the segment data
from the input stream.
public void addSegment(byte[] segmentData)
throws AcePacketException
segmentData - The data to be added to the secondary segments.
AcePacketExceptionpublic byte[] values()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getSegmentCount()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||