|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.bc.ac.encrypt.Scrambler
public class Scrambler
Constructor Summary | |
---|---|
Scrambler()
Creates a new instance of this text scrambler. |
Method Summary | |
---|---|
java.lang.String |
decrypt(java.lang.String text,
java.lang.String password)
Returns the text decrypted by the password. |
java.lang.String |
encrypt(java.lang.String text,
java.lang.String password)
Returns 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)
decrypt
in interface EncryptionInterface
text
- String - the encrypted string.password
- String - the password.
public java.lang.String encrypt(java.lang.String text, java.lang.String password)
encrypt
in interface EncryptionInterface
text
- String - the string to encrypted.password
- String - the password.
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |