Package com.helger.phase4.profile.peppol
Class PeppolCRLDownloader
java.lang.Object
com.helger.security.crl.CRLDownloader
com.helger.phase4.profile.peppol.PeppolCRLDownloader
public class PeppolCRLDownloader
extends com.helger.security.crl.CRLDownloader
The Peppol specific CRL downloader using the
HttpClientUrlDownloader
internally.- Since:
- 2.7.4
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor usingPhase4PeppolHttpClientSettings.PeppolCRLDownloader(com.helger.httpclient.HttpClientFactory aHCF) Constructor using specific settingsPeppolCRLDownloader(com.helger.httpclient.HttpClientSettings aHCS) Constructor using specific settings -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetAsDefaultCRLCache(com.helger.httpclient.HttpClientSettings aHCS) Install a global CRLCache using this CRL downloader and the providedHttpClientSettings.Methods inherited from class com.helger.security.crl.CRLDownloader
downloadCRL, getURLDownloader, toString
-
Constructor Details
-
PeppolCRLDownloader
public PeppolCRLDownloader()Default constructor usingPhase4PeppolHttpClientSettings. -
PeppolCRLDownloader
Constructor using specific settings- Parameters:
aHCS- TheHttpClientSettingsto use. May not benull.
-
PeppolCRLDownloader
Constructor using specific settings- Parameters:
aHCF- TheHttpClientFactoryto use. May not benull.
-
-
Method Details
-
setAsDefaultCRLCache
Install a global CRLCache using this CRL downloader and the providedHttpClientSettings.- Parameters:
aHCS- TheHttpClientSettingsto be used. May not benull.
-