Class ExternalResourcesCRLSource
- java.lang.Object
-
- eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
-
- eu.europa.esig.dss.spi.x509.revocation.crl.ExternalResourcesCRLSource
-
- All Implemented Interfaces:
CRLSource,RevocationSource<CRLToken>,Serializable
public class ExternalResourcesCRLSource extends OfflineCRLSource
This class allows to provide a CRL source based on the list of external CRL(s);- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalResourcesCRLSource(InputStream... inputStreams)This constructor allows to build a CRL source from a list ofInputStream.ExternalResourcesCRLSource(String... paths)This constructor allows to build a CRL source from a list of resource paths.
-
Method Summary
-
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
addCRLBinary, addCRLBinary, getCRLBinaryList, getIdentifier, getIdentifier, getRevocationOrigins, getRevocationToken, isEmpty, storeCRLToken
-
-
-
-
Constructor Detail
-
ExternalResourcesCRLSource
public ExternalResourcesCRLSource(String... paths)
This constructor allows to build a CRL source from a list of resource paths.- Parameters:
paths- paths to be loaded as CRL
-
ExternalResourcesCRLSource
public ExternalResourcesCRLSource(InputStream... inputStreams)
This constructor allows to build a CRL source from a list ofInputStream.- Parameters:
inputStreams- the list ofInputStreamto be loaded as CRL
-
-