|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mentawai.cript.DesEncrypter
public class DesEncrypter
Constructor Summary | |
---|---|
DesEncrypter(String passPhrase)
|
Method Summary | |
---|---|
String |
decrypt(String str)
|
String |
encrypt(String str)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DesEncrypter(String passPhrase)
Method Detail |
---|
public String encrypt(String str)
public String decrypt(String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |