Uses of Interface
eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP
-
Uses of OCSP in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type OCSP Modifier and Type Method Description protected ListRevocationSource<OCSP>PDFDocumentValidator. mergeOCSPSources(Collection<AdvancedSignature> allSignatures, Collection<TimestampToken> timestampTokens, Collection<PdfDssDict> dssDictionaries) -
Uses of OCSP in eu.europa.esig.dss.service.ocsp
Method parameters in eu.europa.esig.dss.service.ocsp with type arguments of type OCSP Modifier and Type Method Description protected voidJdbcCacheOCSPSource. insertRevocation(RevocationToken<OCSP> token)Stores the supplied new OCSPtokenfor the givenkey.protected voidJdbcCacheOCSPSource. updateRevocation(RevocationToken<OCSP> token)Updates the currently stored OCSP token for the givenkeywith suppliedtoken. -
Uses of OCSP in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return types with arguments of type OCSP Modifier and Type Method Description List<RevocationToken<OCSP>>OfflineOCSPSource. getRevocationTokens(CertificateToken certificate, CertificateToken issuer)Method parameters in eu.europa.esig.dss.spi.x509.revocation.ocsp with type arguments of type OCSP Modifier and Type Method Description booleanOCSPTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier identifier, RevocationRef<OCSP> reference)booleanOCSPTokenRefMatcher. match(RevocationToken<OCSP> token, RevocationRef<OCSP> reference)booleanOCSPTokenRefMatcher. match(RevocationToken<OCSP> token, RevocationRef<OCSP> reference) -
Uses of OCSP in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type OCSP Modifier and Type Method Description RevocationToken<OCSP>OCSPAndCRLRevocationSource. checkOCSP(CertificateToken certificateToken, CertificateToken issuerToken)ListRevocationSource<OCSP>AdvancedSignature. getCompleteOCSPSource()Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourseand all included to the signature timestamp objectsRevocationSource<OCSP>CertificateVerifier. getOcspSource()Returns the OCSP source associated with this verifier.RevocationSource<OCSP>CommonCertificateVerifier. getOcspSource()OfflineRevocationSource<OCSP>AdvancedSignature. getOCSPSource()Gets an OCSP source which contains ALL OCSP responses embedded in the signature.ListRevocationSource<OCSP>CertificateVerifier. getSignatureOCSPSource()This method returns the OCSP source (information extracted from signatures).ListRevocationSource<OCSP>CommonCertificateVerifier. getSignatureOCSPSource()protected ListRevocationSource<OCSP>SignedDocumentValidator. mergeOCSPSources(Collection<AdvancedSignature> allSignatureList, Collection<TimestampToken> detachedTimestamps)For all signatures to be validated this method merges the OCSP sources.Method parameters in eu.europa.esig.dss.validation with type arguments of type OCSP Modifier and Type Method Description DiagnosticDataBuilderDiagnosticDataBuilder. completeOCSPSource(ListRevocationSource<OCSP> completeOCSPSource)Sets a merged OCSP SourcevoidCertificateVerifier. setOcspSource(RevocationSource<OCSP> ocspSource)Defines the source of OCSP used by this classvoidCommonCertificateVerifier. setOcspSource(RevocationSource<OCSP> ocspSource)voidCertificateVerifier. setSignatureOCSPSource(ListRevocationSource<OCSP> signatureOCSPSource)This method allows to set the OCSP source (information extracted from signatures).voidCommonCertificateVerifier. setSignatureOCSPSource(ListRevocationSource<OCSP> signatureOCSPSource) -
Uses of OCSP in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type OCSP Modifier and Type Field Description protected ListRevocationSource<OCSP>AbstractTimestampSource. ocspSourceprotected OfflineRevocationSource<OCSP>AbstractTimestampSource. signatureOCSPSourceMethods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type OCSP Modifier and Type Method Description ListRevocationSource<OCSP>AbstractTimestampSource. getTimestampOCSPSources()ListRevocationSource<OCSP>TimestampSource. getTimestampOCSPSources()Returns a mergedListRevocationSourceof all embedded timestamp OCSP sources