Class cryptix.pgp.SecretKeyCertificate
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.SecretKeyCertificate
java.lang.Object
|
+----cryptix.pgp.Packet
|
+----cryptix.pgp.Certificate
|
+----cryptix.pgp.SecretKeyCertificate
- public final class SecretKeyCertificate
- extends Certificate
-
SecretKeyCertificate(DataInput, int)
-
-
SecretKeyCertificate(SecretKey, Passphrase, RandomStream)
-
-
getSecretKey(Passphrase)
-
-
getType()
-
-
id()
- gets the key id.
-
read(DataInput, int)
-
-
toString()
-
-
write(DataOutput)
-
SecretKeyCertificate
public SecretKeyCertificate(SecretKey key0,
Passphrase passphrase,
RandomStream rand) throws IOException
SecretKeyCertificate
public SecretKeyCertificate(DataInput in,
int length) throws IOException
read
public void read(DataInput in,
int length) throws IOException
- Overrides:
- read in class Certificate
write
public int write(DataOutput out) throws IOException
- Overrides:
- write in class Certificate
getSecretKey
public SecretKey getSecretKey(Passphrase passphrase) throws DecryptException
id
public final KeyID id()
- gets the key id.
- Returns:
- s The key in the certificate's ID
toString
public String toString()
- Overrides:
- toString in class Certificate
getType
public int getType()
- Overrides:
- getType in class Certificate
All Packages Class Hierarchy This Package Previous Next Index