Public Member Functions |
| NTEncoder (int what) |
boolean | accepts (String encoding) |
String | encode (String password) |
boolean | authorize (String hash, String password) |
Static Public Member Functions |
static byte[] | toMSUc (String text) |
static void | main (String args[]) |
static String | digestToString (byte[] digest) |
Static Public Attributes |
static final int | NT_ENC = 0 |
static final int | LM_ENC = 1 |
Constructor & Destructor Documentation
com.graeff.pwencode.NTEncoder.NTEncoder |
( |
int |
what | ) |
|
Member Function Documentation
boolean com.graeff.pwencode.NTEncoder.accepts |
( |
String |
encoding | ) |
|
String com.graeff.pwencode.NTEncoder.encode |
( |
String |
password | ) |
|
static void com.graeff.pwencode.NTEncoder.main |
( |
String |
args[] | ) |
|
|
static |
static byte [] com.graeff.pwencode.NTEncoder.toMSUc |
( |
String |
text | ) |
|
|
static |
Member Data Documentation
final int com.graeff.pwencode.NTEncoder.LM_ENC = 1 |
|
static |
final int com.graeff.pwencode.NTEncoder.NT_ENC = 0 |
|
static |
The documentation for this class was generated from the following file: