public SendHandler(ICatalogHandler catalogHandler, IFiksIOSender sender, IAsicEncrypter asicEncrypter, IPublicKeyProvider publicKeyProvider) { _sender = sender; _asicEncrypter = asicEncrypter; _publicKeyProvider = publicKeyProvider; _catalogHandler = catalogHandler; }
public SendHandler( ICatalogHandler catalogHandler, IMaskinportenClient maskinportenClient, FiksIOSenderConfiguration senderConfiguration, IntegrasjonConfiguration integrasjonConfiguration, IAsicEncrypter asicEncrypter) : this( catalogHandler, new FiksIOSender(senderConfiguration, maskinportenClient, integrasjonConfiguration.IntegrasjonId, integrasjonConfiguration.IntegrasjonPassord), asicEncrypter) { }