|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ERXCrypterInterface
Provides a simple interface on top of various encryption algorithms.
Method Summary | |
---|---|
java.lang.String |
decrypt(java.lang.String cryptedText)
Returns the decrypted String of the encrypted text. |
java.lang.String |
encrypt(java.lang.String clearText)
Returns a String version of the encrypted clear text. |
Method Detail |
---|
java.lang.String encrypt(java.lang.String clearText)
clearText
- the text to encrypt
java.lang.String decrypt(java.lang.String cryptedText)
cryptedText
- the string to decrypt
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |