Class DecryptorServiceImpl
java.lang.Object
org.qubership.atp.environments.service.direct.impl.DecryptorServiceImpl
- All Implemented Interfaces:
DecryptorService
@Service("decryptorService")
public class DecryptorServiceImpl
extends Object
implements DecryptorService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecryptConnection(Connection connection) decryptParameter(String sourceParameter) decryptParameters(ConnectionParameters parameters)
-
Field Details
-
decryptor
protected org.qubership.atp.crypt.api.Decryptor decryptor
-
-
Constructor Details
-
DecryptorServiceImpl
-
-
Method Details
-
decryptParameters
- Specified by:
decryptParametersin interfaceDecryptorService
-
decryptParameter
- Specified by:
decryptParameterin interfaceDecryptorService
-
decryptConnection
- Specified by:
decryptConnectionin interfaceDecryptorService
-