Interface EncryptionService

All Known Implementing Classes:
EncryptionServiceImpl

public interface EncryptionService
  • Method Details

    • encrypt

      String encrypt(String source) throws org.qubership.atp.crypt.exception.AtpEncryptException
      Throws:
      org.qubership.atp.crypt.exception.AtpEncryptException
    • decodeBase64

      String decodeBase64(String source)
    • isEncrypted

      boolean isEncrypted(String data)
    • decrypt

      String decrypt(String source) throws org.qubership.atp.crypt.exception.AtpDecryptException
      Throws:
      org.qubership.atp.crypt.exception.AtpDecryptException