Authentication
API v8.1 SP2

com.rsa.ace.techservice.udpserver
Class AceNewPinResponse

java.lang.Object
  extended by com.rsa.ace.techservice.udpserver.AbstractAceResponse
      extended by com.rsa.ace.techservice.udpserver.AceNewPinResponse
All Implemented Interfaces:
AceResponse

public class AceNewPinResponse
extends AbstractAceResponse


Constructor Summary
AceNewPinResponse(AceDatagram packet, AceRequest request)
           
AceNewPinResponse(AceRequest requestPacket)
           
 
Method Summary
 AcePin getAcePin()
           
 void processResponse()
          Reads a response packet by reading from the byte-buffer.
 java.lang.String toString()
          Converts the AbstractAceResponse to a string.
 
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
 

Constructor Detail

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
Method Detail

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.

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.