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
This class can be used to sign a message.

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

$Revision: 1.2 $

Author:
unattributed

Constructor Index

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

Method Index

 o write(DataOutput)
Writes 'this' to the DataOutput object.

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
Writes 'this' to the DataOutput object.

Overrides:
write in class Message

All Packages  Class Hierarchy  This Package  Previous  Next  Index