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