All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet | +----cryptix.pgp.Certificate | +----cryptix.pgp.SecretKeyCertificate
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.3 $
public SecretKeyCertificate(SecretKey key0, Passphrase passphrase, RandomStream rand) throws IOException
public SecretKeyCertificate(DataInput in, int length) throws IOException
public void read(DataInput in, int length) throws IOException
public int write(DataOutput out) throws IOException
public SecretKey getSecretKey(Passphrase passphrase) throws DecryptException
public final KeyID id()
public String toString()
public int getType()
All Packages Class Hierarchy This Package Previous Next Index