Class DecryptPrescriptionTask


  • public class DecryptPrescriptionTask
    extends Object
    • Constructor Detail

      • DecryptPrescriptionTask

        public DecryptPrescriptionTask​(GetOpenPrescriptionForExecutor prescription,
                                       Semaphore semaphore,
                                       byte[] pharmacyEtk,
                                       byte[] kgssEtk,
                                       be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential encryptionCredential,
                                       be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential holderOfKeyCredential,
                                       Element samlAssertion,
                                       Map<String,​PrivateKey> encryptionPrivateKeys,
                                       be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl kgssService,
                                       Crypto crypto)