|
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.AbstractAceResponse
com.rsa.ace.techservice.udpserver.AceMsgResponse
public class AceMsgResponse
This class represents an ACE MSG Response. (V1)
This class has values for can can construct a agent version one OK response packet.
| Constructor Summary | |
|---|---|
AceMsgResponse(AceDatagram packet,
AceRequest request)
|
|
AceMsgResponse(AceRequest request,
int suspKey,
byte pinSize,
byte prnSize,
byte hiOrder,
byte releaseCode)
Creates a new instance of an AceMsgResponse packet |
|
| Method Summary | |
|---|---|
byte |
getPinSize()
|
byte |
getPrnSize()
|
void |
processResponse()
Process a response packet by reading from the byte-buffer. |
java.lang.String |
toString()
Convert the MsgResponse packet to a string. |
void |
writeResponse(java.nio.ByteBuffer buf)
Write an AceMsgResponse to the internal stream. |
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceResponse |
|---|
buildResponsePacket, getBuffer, getHeader, getNewNodeSecret, getNodeSecret, getPacket, getProtocolVersion, getRequestToThisResponse, getResponseMsgType, getResponseSize, getResponseStatus, getTrailer, haveNodeSecret, readResponse, setNodeSecret |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rsa.ace.techservice.udpserver.AceResponse |
|---|
buildResponsePacket, getHeader, getPacket, getProtocolVersion, getResponseMsgType, getResponseSize, getResponseStatus, getTrailer, readResponse |
| Constructor Detail |
|---|
public AceMsgResponse(AceDatagram packet,
AceRequest request)
throws AcePacketException
packet - and request
AcePacketException
public AceMsgResponse(AceRequest request,
int suspKey,
byte pinSize,
byte prnSize,
byte hiOrder,
byte releaseCode)
throws AcePacketException
request - The AceRequest to be used to initialize the response.suspKey, - pinSize, prnSize, hiOrder, releaseCode to be returned in the response.
AcePacketException| Method Detail |
|---|
public void writeResponse(java.nio.ByteBuffer buf)
throws AcePacketException
writeResponse in interface AceResponsewriteResponse in class AbstractAceResponsebuf - The byte buffer to which the response is writtem.
AcePacketException - If there is a problem writing the packet fields.public void processResponse()
processResponse in interface AceResponseprocessResponse in class AbstractAceResponseAcePacketException - If there is a problem reading the packet byte-buffer.public java.lang.String toString()
toString in interface AceResponsetoString in class AbstractAceResponsepublic byte getPinSize()
public byte getPrnSize()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||