All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----cryptix.pgp.Packet
|
+----cryptix.pgp.PublicKeyEncrypted
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public PublicKeyEncrypted(PublicKey publicKey,
byte ideaKey[],
RandomStream rand)
public PublicKeyEncrypted(DataInput in,
int length) throws IOException
public void read(DataInput in,
int length) throws IOException
public int write(DataOutput out) throws IOException
public KeyID secretKeyID()
SecretKeyRing.getKey(KeyID keyID, Passphrase passphrase).
public BigInteger getEncryptionKey()
public byte[] getKey(SecretKey key)
public String toString()
public int getType()
All Packages Class Hierarchy This Package Previous Next Index