Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.RevocationSource
-
-
-
Uses of RevocationSource in eu.europa.esig.dss.cades.validation
Classes in eu.europa.esig.dss.cades.validation that implement RevocationSource Modifier and Type Class Description classCAdESCRLSourceclassCAdESOCSPSource -
Uses of RevocationSource in eu.europa.esig.dss.pades.validation
Classes in eu.europa.esig.dss.pades.validation that implement RevocationSource Modifier and Type Class Description classPAdESCRLSourceCRLSource that will retrieve the CRL from a PAdES SignatureclassPAdESOCSPSourceOCSPSource that retrieves the OCSPResp from a PAdES Signature -
Uses of RevocationSource in eu.europa.esig.dss.service.crl
Classes in eu.europa.esig.dss.service.crl that implement RevocationSource Modifier and Type Class Description classJdbcCacheCRLSourceCRLSource that retrieve information from a JDBC datasourceclassOnlineCRLSourceOnline CRL repository. -
Uses of RevocationSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement RevocationSource Modifier and Type Class Description classJdbcCacheOCSPSourceOCSPSource that retrieve information from a JDBC data-source.classOnlineOCSPSourceOnline OCSP repository. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509
Classes in eu.europa.esig.dss.spi.x509 that implement RevocationSource Modifier and Type Class Description classAlternateUrlsSourceAdapter<T extends RevocationToken>This class allows to inject alternative urls to collect revocation data. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocation Modifier and Type Interface Description interfaceOnlineRevocationSource<T extends RevocationToken>Sub-interface for online sources ofRevocationTokensinterfaceRevocationSourceAlternateUrlsSupport<T extends RevocationToken>Classes in eu.europa.esig.dss.spi.x509.revocation that implement RevocationSource Modifier and Type Class Description classJdbcRevocationSource<T extends RevocationToken>Abstract class to retrieve token from a JDBC datasourceclassRepositoryRevocationSource<T extends RevocationToken> -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl Modifier and Type Interface Description interfaceCRLSourceTyped sub-interface which allows to collectCRLToken.Classes in eu.europa.esig.dss.spi.x509.revocation.crl that implement RevocationSource Modifier and Type Class Description classExternalResourcesCRLSourceThis class allows to provide a CRL source based on the list of external CRL(s);classOfflineCRLSourceThis class if a basic skeleton that is able to retrieve needed CRL data from the contained list. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp Modifier and Type Interface Description interfaceOCSPSourceTyped sub-interface which allows to collectOCSPToken.Classes in eu.europa.esig.dss.spi.x509.revocation.ocsp that implement RevocationSource Modifier and Type Class Description classExternalResourcesOCSPSourceclassOfflineOCSPSourceAbstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp -
Uses of RevocationSource in eu.europa.esig.dss.validation
Classes in eu.europa.esig.dss.validation that implement RevocationSource Modifier and Type Class Description classCMSCRLSourceCRLSource that retrieves information from aCMSSignedDatacontainer.classCMSOCSPSourceOCSPSource that retrieves information from aCMSSignedDatacontainer.classListCRLSourceThis class allows to handle a list CRL source.classListOCSPSourceThis class allows to handle a list OCSP source.classSignatureCRLSourceclassSignatureOCSPSourceConstructors in eu.europa.esig.dss.validation with parameters of type RevocationSource Constructor Description CRLCertificateVerifier(RevocationSource<CRLToken> crlSource, CertificatePool validationCertPool)Main constructor.OCSPAndCRLCertificateVerifier(RevocationSource<CRLToken> crlSource, RevocationSource<OCSPToken> ocspSource, CertificatePool validationCertPool)Build a OCSPAndCRLCertificateVerifier that will use the provided CRLSource and OCSPSourceOCSPCertificateVerifier(RevocationSource<OCSPToken> ocspSource, CertificatePool validationCertPool)Create a CertificateVerifier that will use the OCSP Source for checking revocation data. -
Uses of RevocationSource in eu.europa.esig.dss.validation.timestamp
Classes in eu.europa.esig.dss.validation.timestamp that implement RevocationSource Modifier and Type Class Description classTimestampCRLSourceCRLSource that retrieves information embedded to aTimeStampTokenclassTimestampOCSPSourceOCSPSource that retrieves information embedded to aTimeStampToken -
Uses of RevocationSource in eu.europa.esig.dss.xades.validation
Classes in eu.europa.esig.dss.xades.validation that implement RevocationSource Modifier and Type Class Description classXAdESCRLSourceRetrieves CRL values from an XAdES (-XL) signature.classXAdESOCSPSourceRetrieves OCSP values from an XAdES (XL/LT) signature.
-