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

Constructor Index

 o Passphrase()
 o Passphrase(boolean)
 o Passphrase(String)

Method Index

 o hash()
 o md5hash()

Constructors

 o Passphrase
  public Passphrase(String passphrase)
 o Passphrase
  public Passphrase() throws IOException
 o Passphrase
  public Passphrase(boolean showPass) throws IOException

Methods

 o hash
  public IDEA hash()
See Also:
blockCipher( int )
 o md5hash
  public byte[] md5hash()

All Packages  Class Hierarchy  This Package  Previous  Next  Index