com.rsa.ace.techservice.udpserver
Class AceNewPinResponse
java.lang.Object
com.rsa.ace.techservice.udpserver.AbstractAceResponse
com.rsa.ace.techservice.udpserver.AceNewPinResponse
- All Implemented Interfaces:
- AceResponse
public class AceNewPinResponse
- extends AbstractAceResponse
| 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, writeResponse |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AceNewPinResponse
public AceNewPinResponse(AceRequest requestPacket)
throws AcePacketException
- Parameters:
requestPacket -
- Throws:
AcePacketException
AceNewPinResponse
public AceNewPinResponse(AceDatagram packet,
AceRequest request)
throws AcePacketException
- Parameters:
packet - request -
- Throws:
AcePacketException
processResponse
public void processResponse()
throws AcePacketException
- Description copied from class:
AbstractAceResponse
- Reads a response packet by reading from the byte-buffer.
- Specified by:
processResponse in interface AceResponse- Overrides:
processResponse in class AbstractAceResponse
- Throws:
AcePacketException - If there is a problem reading the packet byte-buffer.
toString
public java.lang.String toString()
- Description copied from class:
AbstractAceResponse
- Converts the AbstractAceResponse to a string.
- Specified by:
toString in interface AceResponse- Overrides:
toString in class AbstractAceResponse
- Returns:
- A String representation of the response.
getAcePin
public AcePin getAcePin()
- Returns:
- Returns the acePin.
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.