Class EncryptionServiceImpl
java.lang.Object
org.qubership.atp.dataset.service.direct.impl.EncryptionServiceImpl
- All Implemented Interfaces:
EncryptionService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.qubership.atp.crypt.api.Decryptorprotected org.qubership.atp.crypt.api.Encryptor -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
atpEncryptor
@Autowired protected org.qubership.atp.crypt.api.Encryptor atpEncryptor -
atpDecryptor
@Autowired protected org.qubership.atp.crypt.api.Decryptor atpDecryptor
-
-
Constructor Details
-
EncryptionServiceImpl
public EncryptionServiceImpl()
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfaceEncryptionService- Throws:
org.qubership.atp.crypt.exception.AtpEncryptException
-
decodeBase64
- Specified by:
decodeBase64in interfaceEncryptionService
-
isEncrypted
- Specified by:
isEncryptedin interfaceEncryptionService
-
decrypt
- Specified by:
decryptin interfaceEncryptionService- Throws:
org.qubership.atp.crypt.exception.AtpDecryptException
-