Class cryptix.pgp.Message
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.Message
java.lang.Object
|
+----cryptix.util.Streamable
|
+----cryptix.pgp.Message
- public class Message
- extends Streamable
-
Message(byte[], PublicKey, byte[], RandomStream)
-
-
data(byte[])
-
-
read(DataInput)
- This reads the object from the data input stream
-
write(DataOutput)
- This writes the object to the data output stream
Message
public Message(byte data[],
PublicKey publickey,
byte key[],
RandomStream rand) throws IOException
data
public byte[] data(byte key[]) throws IOException, DecryptException
read
public void read(DataInput in) throws IOException
- This reads the object from the data input stream
- Overrides:
- read in class Streamable
write
public void write(DataOutput out) throws IOException
- This writes the object to the data output stream
- Overrides:
- write in class Streamable
All Packages Class Hierarchy This Package Previous Next Index