Class cryptix.pgp.Passphrase
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.Passphrase
java.lang.Object
|
+----cryptix.pgp.Passphrase
- public final class Passphrase
- extends Object
-
Passphrase()
-
-
Passphrase(boolean)
-
-
Passphrase(String)
-
-
hash()
-
-
md5hash()
-
Passphrase
public Passphrase(String passphrase)
Passphrase
public Passphrase() throws IOException
Passphrase
public Passphrase(boolean showPass) throws IOException
hash
public IDEA hash()
- See Also:
- blockCipher( int )
md5hash
public byte[] md5hash()
All Packages Class Hierarchy This Package Previous Next Index