Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPSource
-
-
-
Uses of OCSPSource in eu.europa.esig.dss.cades.validation
Classes in eu.europa.esig.dss.cades.validation that implement OCSPSource Modifier and Type Class Description classCAdESOCSPSource -
Uses of OCSPSource in eu.europa.esig.dss.pades.validation
Classes in eu.europa.esig.dss.pades.validation that implement OCSPSource Modifier and Type Class Description classPAdESOCSPSourceOCSPSource that retrieves the OCSPResp from a PAdES Signature -
Uses of OCSPSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement OCSPSource Modifier and Type Class Description classJdbcCacheOCSPSourceOCSPSource that retrieve information from a JDBC data-source.classOnlineOCSPSourceOnline OCSP repository. -
Uses of OCSPSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Classes in eu.europa.esig.dss.spi.x509.revocation.ocsp that implement OCSPSource Modifier and Type Class Description classExternalResourcesOCSPSourceclassOfflineOCSPSourceAbstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp -
Uses of OCSPSource in eu.europa.esig.dss.validation
Classes in eu.europa.esig.dss.validation that implement OCSPSource Modifier and Type Class Description classCMSOCSPSourceOCSPSource that retrieves information from aCMSSignedDatacontainer.classListOCSPSourceThis class allows to handle a list OCSP source.classSignatureOCSPSourceMethods in eu.europa.esig.dss.validation that return OCSPSource Modifier and Type Method Description OCSPSourceCertificateVerifier. getOcspSource()Returns the OCSP source associated with this verifier.OCSPSourceCommonCertificateVerifier. getOcspSource()Methods in eu.europa.esig.dss.validation with parameters of type OCSPSource Modifier and Type Method Description voidCertificateVerifier. setOcspSource(OCSPSource ocspSource)Defines the source of OCSP used by this classvoidCommonCertificateVerifier. setOcspSource(OCSPSource ocspSource)Constructors in eu.europa.esig.dss.validation with parameters of type OCSPSource Constructor Description CommonCertificateVerifier(CertificateSource trustedCertSource, CRLSource crlSource, OCSPSource ocspSource, DataLoader dataLoader)The constructor with key parameters. -
Uses of OCSPSource in eu.europa.esig.dss.validation.timestamp
Classes in eu.europa.esig.dss.validation.timestamp that implement OCSPSource Modifier and Type Class Description classTimestampOCSPSourceOCSPSource that retrieves information embedded to aTimeStampToken -
Uses of OCSPSource in eu.europa.esig.dss.xades.validation
Classes in eu.europa.esig.dss.xades.validation that implement OCSPSource Modifier and Type Class Description classXAdESOCSPSourceRetrieves OCSP values from an XAdES (XL/LT) signature.
-