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 String | digestToString (byte[] digest) |
Constructor & Destructor Documentation
com.graeff.pwencode.SHA512CryptEncoder.SHA512CryptEncoder |
( |
| ) |
|
Member Function Documentation
boolean com.graeff.pwencode.SHA512CryptEncoder.accepts |
( |
String |
encoding | ) |
|
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: