cryptix.pgp
Class SignedData
java.lang.Object
cryptix.pgp.SignedData
- public final class SignedData
- extends java.lang.Object
Represents a signature, together with the data that has been signed.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
- Since:
- Cryptix 2.2 or earlier
- Author:
- unattributed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
public byte[] data
signature
public Signature signature
SignedData
public SignedData(byte[] data,
Signature sig)
dataAsByteArrayInputStream
public java.io.ByteArrayInputStream dataAsByteArrayInputStream()
dataAsString
public java.lang.String dataAsString()
getKeyId
public KeyID getKeyId()
keyId
public byte[] keyId()
verify
public boolean verify(PublicKey key)