Class semper.certificate.Client
All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.Client
java.lang.Object
|
+----semper.certificate.Client
- public class Client
- extends Object
- implements Streamable, CertificateConstants
-
comPoint
-
-
name
-
-
Client()
- Create a client without any conf.
-
Client(String, ComPoint)
- Create a client.
-
myStreamSize()
- Finds the expected number of bytes needed to externalize the object to s.
-
readObject(StreamInputInterface)
- Reads the object from an io stream (TargetStream).
-
writeObject(StreamOutputInterface)
- Writes the object to an io stream (TargetStream).
name
public String name
comPoint
public ComPoint comPoint
Client
public Client(String _name,
ComPoint _comPoint)
- Create a client.
- Parameters:
- _name: - Users distinguished Name.
- _comPoint: - comPoint this Client is connected to.
Client
public Client()
- Create a client without any conf. info.
writeObject
public void writeObject(StreamOutputInterface s) throws StreamIOException
- Writes the object to an io stream (TargetStream).
- Parameters:
- s - is the stream the object is written to
- Returns:
- void
- Throws: StreamIOException
- if write failed.
- See Also:
- readObject
readObject
public void readObject(StreamInputInterface s) throws StreamIOException
- Reads the object from an io stream (TargetStream).
- Parameters:
- s - is the stream the object is read from
- Returns:
- void
- Throws: StreamIOException
- if read failed.
- See Also:
- writeObject
myStreamSize
public int myStreamSize() throws StreamIOException
- Finds the expected number of bytes needed to externalize the object to s.
- Parameters:
- s - is the stream the key information is written to
- Returns:
- number of bytes required
- Throws: StreamIOException
- if TargetStream throwed an exception.
- See Also:
- writeObject
All Packages Class Hierarchy This Package Previous Next Index