Class ExternalResourcesOCSPSource
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<OCSP>
eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
eu.europa.esig.dss.spi.x509.revocation.ocsp.ExternalResourcesOCSPSource
- All Implemented Interfaces:
MultipleRevocationSource<OCSP>,Serializable
public class ExternalResourcesOCSPSource extends OfflineOCSPSource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalResourcesOCSPSource(InputStream... inputStreams)This constructor loads the OCSP responses from a array ofInputStreams.ExternalResourcesOCSPSource(String... paths)This constructor loads the OCSP responses from a array ofStrings representing resources. -
Method Summary
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
getRevocationTokensMethods 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
-
ExternalResourcesOCSPSource
This constructor loads the OCSP responses from a array ofStrings representing resources.- Parameters:
paths-String(s)
-
ExternalResourcesOCSPSource
This constructor loads the OCSP responses from a array ofInputStreams.- Parameters:
inputStreams-InputStream
-