Class ExternalResourcesCRLSource
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<CRL>
eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
eu.europa.esig.dss.spi.x509.revocation.crl.ExternalResourcesCRLSource
- All Implemented Interfaces:
MultipleRevocationSource<CRL>
,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
getRevocationTokens
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource
addBinary, addRevocation, addRevocation, addRevocationReference, findBinaryForReference, findRefsAndOriginsForBinary, findRefsAndOriginsForRevocationToken, getADBERevocationValuesTokens, getAllReferencedRevocationBinaries, getAllRevocationBinaries, getAllRevocationBinariesWithOrigins, getAllRevocationReferences, getAllRevocationTokens, getAllRevocationTokensWithOrigins, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCMSSignedDataRevocationBinaries, getCMSSignedDataRevocationTokens, getCompleteRevocationRefs, getDSSDictionaryBinaries, getDSSDictionaryTokens, getOrphanRevocationReferencesWithOrigins, getRevocationValuesTokens, getTimestampValidationDataTokens, getUniqueRevocationTokensWithOrigins, getVRIDictionaryBinaries, getVRIDictionaryTokens, isEmpty, isOrphan
-
Constructor Details
-
ExternalResourcesCRLSource
This constructor allows to build a CRL source from a list of resource paths.- Parameters:
paths
- paths to be loaded as CRL
-
ExternalResourcesCRLSource
This constructor allows to build a CRL source from a list ofInputStream
.- Parameters:
inputStreams
- the list ofInputStream
to be loaded as CRL
-