Class EncryptionServiceImpl

java.lang.Object
org.qubership.atp.dataset.service.direct.impl.EncryptionServiceImpl
All Implemented Interfaces:
EncryptionService

@Service public class EncryptionServiceImpl extends Object implements EncryptionService
  • 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