Interface EncryptionService
- All Known Implementing Classes:
EncryptionServiceImpl
public interface EncryptionService
-
Method Summary
-
Method Details
-
encrypt
- Throws:
org.qubership.atp.crypt.exception.AtpEncryptException
-
decodeBase64
-
isEncrypted
-
decrypt
- Throws:
org.qubership.atp.crypt.exception.AtpDecryptException
-