webfunds.sox
Class CommsKeyRequest

java.lang.Object
  |
  +--webfunds.sox.Encodable
        |
        +--webfunds.sox.BasicRequest
              |
              +--webfunds.sox.CommsKeyRequest

public class CommsKeyRequest
extends BasicRequest

See Also:
Serialized Form

Constructor Summary
CommsKeyRequest()
           
CommsKeyRequest(byte[] data)
           
CommsKeyRequest(java.io.InputStream is)
           
 
Method Summary
 void decode(java.io.InputStream is)
           
 void encode(java.io.OutputStream os)
           
 java.lang.String toString()
           
 
Methods inherited from class webfunds.sox.Encodable
decode, encode, main, readByteArray, readCertificate, readProperties, readString, writeByteArray, writeCertificate, writeProperties, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommsKeyRequest

public CommsKeyRequest()

CommsKeyRequest

public CommsKeyRequest(byte[] data)
                throws java.io.IOException,
                       SOXPacketException

CommsKeyRequest

public CommsKeyRequest(java.io.InputStream is)
                throws java.io.IOException,
                       SOXPacketException
Method Detail

encode

public void encode(java.io.OutputStream os)
            throws java.io.IOException
Overrides:
encode in class Encodable

decode

public void decode(java.io.InputStream is)
            throws java.io.IOException
Overrides:
decode in class Encodable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object