Interface TextEncryptor
- All Known Implementing Classes:
- RsaRawEncryptor,- RsaSecretEncryptor
public interface TextEncryptor
Service interface for symmetric encryption of text strings.
- 
Method Summary
- 
Method Details- 
encryptEncrypt the raw text string.
- 
decryptDecrypt the encrypted text string.
 
-