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)Merges the OCSP sources -
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<OCSP> identifier, RevocationRef<OCSP> reference)booleanOCSPTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier<OCSP> 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
Fields in eu.europa.esig.dss.validation with type parameters of type OCSP Modifier and Type Field Description protected ListRevocationSource<OCSP>SignedDocumentDiagnosticDataBuilder. commonOCSPSourceThe list of all OCSP revocation sourcesMethods 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)Retrieves and verifies the obtained OCSP token NOTE: returns only if a valid entry has been obtained!ListRevocationSource<OCSP>AdvancedSignature. getCompleteOCSPSource()Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourseand all included to the signature timestamp objectsListRevocationSource<OCSP>DefaultAdvancedSignature. getCompleteOCSPSource()protected ListRevocationSource<OCSP>DefaultAdvancedSignature. getCounterSignaturesOCSPSource()Returns a merged OCSP source for values incorporated within counter signaturesRevocationSource<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 SignedDocumentDiagnosticDataBuilderSignedDocumentDiagnosticDataBuilder. completeOCSPSource(ListRevocationSource<OCSP> completeOCSPSource)Sets a merged OCSP SourceValidationDataForInclusionBuilderValidationDataForInclusionBuilder. excludeOCSPs(Collection<EncapsulatedRevocationTokenIdentifier<OCSP>> excludeOCSPs)Sets a collection of OCSPs to be excluded from the inclusion listvoidCertificateVerifier. 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>SignatureTimestampSource. ocspSourceOCSP revocation source containing merged data from signature and timestampsMethods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type OCSP Modifier and Type Method Description ListRevocationSource<OCSP>SignatureTimestampSource. getTimestampOCSPSources()ListRevocationSource<OCSP>TimestampSource. getTimestampOCSPSources()Returns a mergedListRevocationSourceof all embedded timestamp OCSP sourcesMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type OCSP Modifier and Type Method Description protected List<TimestampedReference>SignatureTimestampSource. getTimestampedOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, ListRevocationSource<OCSP> ocspRevocationSource)Returns a list of timestamped references from the given collection ofocspRefsprotected List<TimestampedReference>SignatureTimestampSource. getTimestampedOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, ListRevocationSource<OCSP> ocspRevocationSource)Returns a list of timestamped references from the given collection ofocspRefs