All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet | +----cryptix.pgp.Certificate | +----cryptix.pgp.PublicKeyCertificate
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public PublicKeyCertificate(PublicKey publicKey)
public PublicKeyCertificate(DataInput in, int length) throws IOException
public void read(DataInput in, int length) throws IOException
public int write(DataOutput out) throws IOException
public PublicKey publicKey()
public PublicKey publickey()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index