|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.applsrv.aa.Scrambler
This class represents the default text scrambler.
Constructor Summary | |
Scrambler()
Create a new instance of this text scrambler. |
Method Summary | |
java.lang.String |
decrypt(java.lang.String text,
java.lang.String password)
Return the text decrypted by the password. |
java.lang.String |
encrypt(java.lang.String text,
java.lang.String password)
Return a string representing the text encrypted by the password. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Scrambler()
Method Detail |
public java.lang.String decrypt(java.lang.String text, java.lang.String password)
text
- String - the encrypted string.password
- String - the password.public java.lang.String encrypt(java.lang.String text, java.lang.String password)
text
- String - the string to encrypted.password
- String - the password.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |