Static Public Member Functions |
static void | register (EncoderImpl ei) |
static EncoderImpl | findEncoder (String encoding) |
static String | encode (String encoding, String password) |
static boolean | authorize (Vector< String > hashes, String password) |
static boolean | authorize (String encoding, String hash, String password) |
static void | main (String args[]) |
Member Function Documentation
static boolean com.graeff.pwencode.Encoder.authorize |
( |
Vector< String > |
hashes, |
|
|
String |
password |
|
) |
| |
|
static |
static boolean com.graeff.pwencode.Encoder.authorize |
( |
String |
encoding, |
|
|
String |
hash, |
|
|
String |
password |
|
) |
| |
|
static |
static String com.graeff.pwencode.Encoder.encode |
( |
String |
encoding, |
|
|
String |
password |
|
) |
| |
|
static |
static EncoderImpl com.graeff.pwencode.Encoder.findEncoder |
( |
String |
encoding | ) |
|
|
static |
static void com.graeff.pwencode.Encoder.main |
( |
String |
args[] | ) |
|
|
static |
static void com.graeff.pwencode.Encoder.register |
( |
EncoderImpl |
ei | ) |
|
|
static |
The documentation for this class was generated from the following file: