com.rsa.ace.techservice.udpserver
Class AceNextCodeV3Request
java.lang.Object
com.rsa.ace.techservice.udpserver.AbstractAceRequest
com.rsa.ace.techservice.udpserver.AbstractV3Request
com.rsa.ace.techservice.udpserver.AbstractV3RequestWithPasscode
com.rsa.ace.techservice.udpserver.AceNextCodeV3Request
- All Implemented Interfaces:
- AceRequest
public class AceNextCodeV3Request
- extends AbstractV3RequestWithPasscode
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceRequest |
getAcePinUtil, getAgentConfig, getBuffer, getCipherProvider, getCreationTime, getEncryptOffset, getHeader, getNonce, getProtocolVersion, getSecretKey, haveNodeSecret, haveSecretKey, processRequest, readTrailer, setEncode, setEncryptOffset, setNodeSecret, setSecretKey, setTrailer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AceNextCodeV3Request
public AceNextCodeV3Request(AceDatagram pkt)
throws AcePacketException
- Parameters:
pkt -
- Throws:
AcePacketException
AceNextCodeV3Request
public AceNextCodeV3Request(java.lang.String nextcode,
AceAuthV3Request request,
AceResponse response)
throws AcePacketException
- Parameters:
message -
- Throws:
AcePacketException
getPacket
public AceDatagram getPacket()
throws AcePacketException
- Provides the original packet received from the agent.
- Specified by:
getPacket in interface AceRequest- Overrides:
getPacket in class AbstractAceRequest
- Returns:
- The original input packet.
- Throws:
AcePacketException
getResponse
public AceResponse getResponse()
throws AcePacketException
- Description copied from interface:
AceRequest
- Returns the response, if any, to this request. Overridden to provide
an "AceResponse" result from the actual processing of the packet.
- Throws:
AcePacketException
getWpCode
public byte[] getWpCode()
- Specified by:
getWpCode in interface AceRequest- Overrides:
getWpCode in class AbstractAceRequest
- Returns:
- Returns the wpCode use by the response.
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.