|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextEncryptor
Common interface for all util classes aimed at text encryption
| Method Summary | |
|---|---|
String |
decrypt(String encryptedMessage)
Decrypts a message. |
String |
encrypt(String message)
Encrypts a message. |
| Method Detail |
|---|
String encrypt(String message)
message - the message to be encrypted.String decrypt(String encryptedMessage)
encryptedMessage - the message to be decrypted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||