Class cryptix.pgp.SignedMessage
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.SignedMessage
java.lang.Object
|
+----cryptix.util.Streamable
|
+----cryptix.pgp.Message
|
+----cryptix.pgp.SignedMessage
- public final class SignedMessage
- extends Message
Copyright © 1995, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
All rights reserved.
-
SignedMessage(byte[], SecretKey, byte[], RandomStream)
-
-
write(DataOutput)
- This writes the object to the data output stream
SignedMessage
public SignedMessage(byte data[],
SecretKey secretkey,
byte key[],
RandomStream rand) throws IOException
write
public void write(DataOutput out) throws IOException
- This writes the object to the data output stream
- Overrides:
- write in class Message
All Packages Class Hierarchy This Package Previous Next Index