|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.util.Streamable
cryptix.pgp.Message
cryptix.pgp.SignedMessage
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 $
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 |
public SignedMessage(byte[] data, SecretKey secretkey, byte[] key, RandomStream rand) throws java.io.IOException
Method Detail |
public void write(java.io.DataOutput out) throws java.io.IOException
StreamInterface
write
in interface StreamInterface
write
in class Message
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |