|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.crypt.Blowfish
public final class Blowfish
implementation of the Blowfish encryption
Constructor Summary | |
---|---|
Blowfish(String password)
|
Method Summary | |
---|---|
String |
decryptString(String sCipherText)
|
void |
destroy()
|
String |
encryptString(String sPlainText)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Blowfish(String password)
Method Detail |
---|
public String encryptString(String sPlainText)
public String decryptString(String sCipherText)
public void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |