All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet | +----cryptix.pgp.Signature
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.3 $
public static final int BINARY_IMAGE
public static final int CANONICAL_TEXT
public static final int KEY_CERT_GENERIC
public static final int KEY_CERT_PERSONA
public static final int KEY_CERT_CASUAL_ID
public static final int KEY_CERT_POSITIVE_ID
public static final int KEY_COMPROMISE_CERTIFICATE
public static final int USER_ID_REVOCATION_CERTIFICATE
public static final int TIMESTAMP_CERTIFICATE
public Signature(SecretKey key, MD5 md)
public Signature(SecretKey key, MD5 md, RandomStream rand)
public Signature(DataInput in, int length) throws IOException
public void read(DataInput in, int length) throws IOException
public int write(DataOutput out) throws IOException
public String typeString()
public String toString()
public boolean check(PublicKey key, MD5 md)
public boolean verify(PublicKey key, byte data[])
public byte[] checkAndGetHash(PublicKey key, MD5 md)
public void addExtasToHash(MD5 md)
public int getSignatureType()
public boolean check(PublicKey key, MessageHash completeHash)
public byte[] keyId()
public KeyID getKeyId()
public int getType()
All Packages Class Hierarchy This Package Previous Next Index