com.rsa.ace.techservice.udpserver
Class AceNextCodeV4Request
java.lang.Object
com.rsa.ace.techservice.udpserver.AbstractAceRequest
com.rsa.ace.techservice.udpserver.AbstractV4Request
com.rsa.ace.techservice.udpserver.AbstractV4RequestWithPasscode
com.rsa.ace.techservice.udpserver.AceNextCodeV4Request
- All Implemented Interfaces:
- AceRequest
public class AceNextCodeV4Request
- extends AbstractV4RequestWithPasscode
- implements AceRequest
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceRequest |
getAcePinUtil, getAgentConfig, getBuffer, getCipherProvider, getCreationTime, getEncryptOffset, getHeader, getNonce, getProtocolVersion, getSecretKey, getWpCode, haveNodeSecret, haveSecretKey, processRequest, readTrailer, setEncode, setEncryptOffset, setNodeSecret, setSecretKey, setTrailer, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AceNextCodeV4Request
public AceNextCodeV4Request(AceDatagram pkt)
throws AcePacketException
- Throws:
AcePacketException
AceNextCodeV4Request
public AceNextCodeV4Request(java.lang.String strNextCode,
AceAuthV4Request request,
AceResponse response)
throws AcePacketException
- 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()
- 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.
- Specified by:
getResponse in interface AceRequest
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.