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
This class represents a PGP message.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $


Constructor Index

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

Method Index

 o data(byte[])
 o read(DataInput)
Reads 'this' from the DataInput object.
 o write(DataOutput)
Writes 'this' to the DataOutput object.

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
Reads 'this' from the DataInput object.

Overrides:
read in class Streamable
 o write
 public void write(DataOutput out) throws IOException
Writes 'this' to the DataOutput object.

Overrides:
write in class Streamable

All Packages  Class Hierarchy  This Package  Previous  Next  Index