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

Constructor Index

 o Message(byte[], PublicKey, byte[], RandomStream)

Method Index

 o data(byte[])
 o read(DataInput)
This reads the object from the data input stream
 o write(DataOutput)
This writes the object to the data output stream

Constructors

 o Message
  public Message(byte data[],
                 PublicKey publickey,
                 byte key[],
                 RandomStream rand) throws IOException

Methods

 o data
  public byte[] data(byte key[]) throws IOException, DecryptException
 o read
  public void read(DataInput in) throws IOException
This reads the object from the data input stream
Overrides:
read in class Streamable
 o 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