Node Director
Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
com.graeff.pwencode.SHA512CryptEncoder Class Reference
Inheritance diagram for com.graeff.pwencode.SHA512CryptEncoder:
com.graeff.pwencode.EncoderImpl com.graeff.pwencode.SHA256CryptEncoder

Public Member Functions

 SHA512CryptEncoder ()
boolean accepts (String encoding)
String encode (String password)
boolean authorize (String coded, String password)

Protected Member Functions

void init ()
String crypt (String password)
String crypt (String password, String salt)
void choosebytes (StringBuffer sb, byte[] altN)

Static Protected Member Functions

static final String b64_from_24bit (byte B2, byte B1, byte B0, int size)

Additional Inherited Members

- Static Public Member Functions inherited from com.graeff.pwencode.EncoderImpl
static String digestToString (byte[] digest)

Constructor & Destructor Documentation

com.graeff.pwencode.SHA512CryptEncoder.SHA512CryptEncoder ( )

Member Function Documentation

boolean com.graeff.pwencode.SHA512CryptEncoder.accepts ( String  encoding)

Reimplemented from com.graeff.pwencode.EncoderImpl.

boolean com.graeff.pwencode.SHA512CryptEncoder.authorize ( String  coded,
String  password 
)
static final String com.graeff.pwencode.SHA512CryptEncoder.b64_from_24bit ( byte  B2,
byte  B1,
byte  B0,
int  size 
)
staticprotected
void com.graeff.pwencode.SHA512CryptEncoder.choosebytes ( StringBuffer  sb,
byte[]  altN 
)
protected
String com.graeff.pwencode.SHA512CryptEncoder.crypt ( String  password)
protected
String com.graeff.pwencode.SHA512CryptEncoder.crypt ( String  password,
String  salt 
)
protected
String com.graeff.pwencode.SHA512CryptEncoder.encode ( String  password)
void com.graeff.pwencode.SHA512CryptEncoder.init ( )
protected

The documentation for this class was generated from the following file: