cryptix.pgp
Class SignedMessage

java.lang.Object
  extended bycryptix.util.Streamable
      extended bycryptix.pgp.Message
          extended bycryptix.pgp.SignedMessage
All Implemented Interfaces:
StreamInterface

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 $

Since:
Cryptix 2.2 or earlier
Author:
unattributed

Constructor Summary
SignedMessage(byte[] data, SecretKey secretkey, byte[] key, RandomStream rand)
           
 
Method Summary
 void write(java.io.DataOutput out)
          Writes 'this' to the DataOutput object.
 
Methods inherited from class cryptix.pgp.Message
data, read
 
Methods inherited from class cryptix.util.Streamable
load, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedMessage

public SignedMessage(byte[] data,
                     SecretKey secretkey,
                     byte[] key,
                     RandomStream rand)
              throws java.io.IOException
Method Detail

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Description copied from interface: StreamInterface
Writes 'this' to the DataOutput object.

Specified by:
write in interface StreamInterface
Overrides:
write in class Message
Throws:
java.io.IOException