|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStringEncryptionService
IStringEncryptionService is a small interface for string encryption/decryption. It is expected that this service will generally consist of a small wrapper for some other encryption API.
| Method Summary | |
|---|---|
String |
decrypt(String cryptotext)
Decrypt a string |
String |
encrypt(String plaintext)
Encrypt a string |
| Method Detail |
|---|
String encrypt(String plaintext)
plaintext -
String decrypt(String cryptotext)
cryptotext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||