Protected Member Functions |
void | init () |
String | crypt (String password, String salt) |
Static Protected Member Functions |
static synchronized Key | getKey () |
Constructor & Destructor Documentation
com.graeff.pwencode.RSAEncoder.RSAEncoder |
( |
| ) |
|
Member Function Documentation
boolean com.graeff.pwencode.RSAEncoder.accepts |
( |
String |
encoding | ) |
|
boolean com.graeff.pwencode.RSAEncoder.authorize |
( |
String |
coded, |
|
|
String |
password |
|
) |
| |
String com.graeff.pwencode.RSAEncoder.crypt |
( |
String |
password, |
|
|
String |
salt |
|
) |
| |
|
protected |
String com.graeff.pwencode.RSAEncoder.encode |
( |
String |
password | ) |
|
static synchronized Key com.graeff.pwencode.RSAEncoder.getKey |
( |
| ) |
|
|
staticprotected |
void com.graeff.pwencode.RSAEncoder.init |
( |
| ) |
|
|
protected |
static String com.graeff.pwencode.RSAEncoder.plainText |
( |
String |
enc, |
|
|
String |
passwd |
|
) |
| throws Exception |
|
static |
static Key com.graeff.pwencode.RSAEncoder.readPrivKey |
( |
File |
keyFile, |
|
|
String |
passwd |
|
) |
| throws Exception |
|
static |
static void com.graeff.pwencode.RSAEncoder.setPrivateKeyFile |
( |
File |
file | ) |
|
|
static |
static void com.graeff.pwencode.RSAEncoder.setPublicKeyFile |
( |
File |
file | ) |
|
|
static |
The documentation for this class was generated from the following file: