|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringEncryptor
Common interface for all Encryptors which receive a String message and return a String result.
Method Summary | |
---|---|
String |
decrypt(String encryptedMessage)
Decrypt an encrypted message |
String |
encrypt(String message)
Encrypt the input message |
Method Detail |
---|
String encrypt(String message)
message
- the message to be encrypted
String decrypt(String encryptedMessage)
encryptedMessage
- the encrypted message to be decrypted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |