|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextEncryptor
Service interface for symmetric encryption of text strings.
Method Summary | |
---|---|
String |
decrypt(String encryptedText)
Decrypt the encrypted text string. |
String |
encrypt(String text)
Encrypt the raw text string. |
Method Detail |
---|
String encrypt(String text)
String decrypt(String encryptedText)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |