|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
lumis.portal.crypto
package.
@Deprecated public interface IEncryptor
Defines the methods an encryptor must implement.
Method Summary | |
---|---|
String |
decrypt(String value)
Deprecated. Decrypts a string. |
String |
encrypt(String value)
Deprecated. Encrypts a string. |
void |
init(Node configuration)
Deprecated. This method is called only once and before any other method are called. |
Method Detail |
---|
void init(Node configuration) throws Exception
Exception
String encrypt(String value) throws Exception
value
- the original string.
Exception
String decrypt(String value) throws Exception
value
- the encrypted string.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |