All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----cryptix.util.Streamable
|
+----cryptix.pgp.Message
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public Message(byte data[],
PublicKey publickey,
byte key[],
RandomStream rand) throws IOException
public byte[] data(byte key[]) throws IOException, DecryptException
public void read(DataInput in) throws IOException
public void write(DataOutput out) throws IOException
All Packages Class Hierarchy This Package Previous Next Index