webfunds.sox
Class ServerKeyRequest

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

public class ServerKeyRequest
extends BasicRequest

See Also:
Serialized Form

Constructor Summary
ServerKeyRequest()
           
ServerKeyRequest(byte[] data)
           
ServerKeyRequest(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

ServerKeyRequest

public ServerKeyRequest()

ServerKeyRequest

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

ServerKeyRequest

public ServerKeyRequest(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