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.


Constructor Index

 o SignedMessage(byte[], SecretKey, byte[], RandomStream)

Method Index

 o write(DataOutput)
This writes the object to the data output stream

Constructors

 o SignedMessage
  public SignedMessage(byte data[],
                       SecretKey secretkey,
                       byte key[],
                       RandomStream rand) throws IOException

Methods

 o 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