Uses of Interface
eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP
Packages that use OCSP
Package
Description
-
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 OCSPModifier and TypeMethodDescriptionPAdESOCSPSource.getADBERevocationValuesBinaries()PAdESOCSPSource.getADBERevocationValuesTokens()PAdESOCSPSource.getAllRevocationBinariesWithOrigins()PAdESOCSPSource.getAllRevocationTokensWithOrigins()PAdESSignature.getCompleteOCSPSource()PAdESOCSPSource.getDSSDictionaryBinaries()PAdESOCSPSource.getDSSDictionaryTokens()PAdESOCSPSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken) PAdESOCSPSource.getVRIDictionaryBinaries()PAdESOCSPSource.getVRIDictionaryTokens()Method parameters in eu.europa.esig.dss.pades.validation with type arguments of type OCSPModifier and TypeMethodDescriptionvoidPAdESSignature.setDssOCSPSource(ListRevocationSource<OCSP> dssOCSPSource) Sets a joint DSS/VRI OCSP Source -
Uses of OCSP in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type OCSPModifier and TypeMethodDescriptionPdfDssDictOCSPSource.getAllRevocationBinariesWithOrigins()PdfDssDictOCSPSource.getAllRevocationTokensWithOrigins()PdfDssDictOCSPSource.getDSSDictionaryBinaries()PdfDssDictOCSPSource.getDSSDictionaryTokens()PdfDssDictOCSPSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken) PdfDssDictOCSPSource.getVRIDictionaryBinaries()PdfDssDictOCSPSource.getVRIDictionaryTokens()Method parameters in eu.europa.esig.dss.pades.validation.dss with type arguments of type OCSPModifier and TypeMethodDescriptionvoidPdfCompositeDssDictOCSPSource.addRevocation(RevocationToken<OCSP> token, EncapsulatedRevocationTokenIdentifier<OCSP> binary) voidPdfCompositeDssDictOCSPSource.addRevocation(RevocationToken<OCSP> token, EncapsulatedRevocationTokenIdentifier<OCSP> binary) PdfCompositeDssDictOCSPSource.getRevocationTokenIds(RevocationToken<OCSP> ocspToken) Returns corresponding PDF object identifier for the extracted revocation tokenPdfCompositeDssDictOCSPSource.getTokenBinaryObjectIds(EncapsulatedRevocationTokenIdentifier<OCSP> binary) Returns PDF object identifier for the provided binary -
Uses of OCSP in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp that return types with arguments of type OCSPModifier and TypeMethodDescriptionprotected RevocationToken<OCSP>JdbcCacheOCSPSource.buildRevocationTokenFromResult(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCert) OnlineOCSPSource.getRevocationTokenAndUrl(CertificateToken certificateToken, CertificateToken issuerToken) protected OnlineRevocationSource.RevocationTokenAndUrl<OCSP>OnlineOCSPSource.getRevocationTokenAndUrl(CertificateToken certificateToken, CertificateToken issuerToken, List<String> ocspUrls) Extracts an OCSP token for acertificateTokenfrom the given list ofocspUrlsMethod parameters in eu.europa.esig.dss.service.ocsp with type arguments of type OCSPModifier and TypeMethodDescriptionprotected voidJdbcCacheOCSPSource.insertRevocation(String revocationKey, RevocationToken<OCSP> token) protected voidJdbcCacheOCSPSource.updateRevocation(String revocationKey, 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 OCSPModifier and TypeMethodDescriptionExternalResourcesOCSPSource.getRevocationTokens(CertificateToken certificate, CertificateToken issuer) OfflineOCSPSource.getRevocationTokens(CertificateToken certificate, CertificateToken issuer) Method parameters in eu.europa.esig.dss.spi.x509.revocation.ocsp with type arguments of type OCSPModifier and TypeMethodDescriptionbooleanOCSPTokenRefMatcher.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 OCSPModifier and TypeFieldDescriptionprotected ListRevocationSource<OCSP>SignedDocumentDiagnosticDataBuilder.documentOCSPSourceThe list of all OCSP revocation sources extracted from a validating document (signature(s), timestamp(s))protected RevocationSource<OCSP>RevocationDataLoadingStrategy.ocspSourceThe OCSP revocation sourceMethods in eu.europa.esig.dss.validation that return types with arguments of type OCSPModifier and TypeMethodDescriptionprotected RevocationToken<OCSP>RevocationDataLoadingStrategy.checkOCSP(CertificateToken certificateToken, CertificateToken issuerToken) Retrieves and verifies the obtained OCSP token NOTE: returns only if a valid entry has been obtained!AdvancedSignature.getCompleteOCSPSource()Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourseand all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteOCSPSource()protected ListRevocationSource<OCSP>DefaultAdvancedSignature.getCounterSignaturesOCSPSource()Returns a merged OCSP source for values incorporated within counter signaturesSignatureValidationContext.getDocumentOCSPSource()ValidationContext.getDocumentOCSPSource()Returns a list of all OCSPOfflineRevocationSources extracted from a validating documentCertificateVerifier.getOcspSource()Returns the OCSP source associated with this verifier.CommonCertificateVerifier.getOcspSource()AdvancedSignature.getOCSPSource()Gets an OCSP source which contains ALL OCSP responses embedded in the signature.Method parameters in eu.europa.esig.dss.validation with type arguments of type OCSPModifier and TypeMethodDescriptionvoidSignatureValidationContext.addDocumentOCSPSource(OfflineRevocationSource<OCSP> ocspSource) voidSignatureValidationContext.addDocumentOCSPSource(ListRevocationSource<OCSP> ocspSource) voidValidationContext.addDocumentOCSPSource(OfflineRevocationSource<OCSP> ocspSource) Adds an extracted OCSP source to the used list of sourcesvoidValidationContext.addDocumentOCSPSource(ListRevocationSource<OCSP> ocspSource) Adds a listd OCSP source to the used list of sourcesSignedDocumentDiagnosticDataBuilder.documentOCSPSource(ListRevocationSource<OCSP> documentCRLSource) Sets a document OCSP Source containing all sources extracted from the provided signature(s)/timestamp(s)voidValidationData.excludeOCSPTokens(Collection<EncapsulatedRevocationTokenIdentifier<OCSP>> ocspTokensToExclude) Removes all OCSP token entries matching the provided collection of encapsulated OCSP binariesvoidCertificateVerifier.setOcspSource(RevocationSource<OCSP> ocspSource) Defines the source of OCSP used by this classvoidCommonCertificateVerifier.setOcspSource(RevocationSource<OCSP> ocspSource) -
Uses of OCSP in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type OCSPModifier and TypeFieldDescriptionprotected 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 OCSPModifier and TypeMethodDescriptionSignatureTimestampSource.getTimestampOCSPSources()TimestampSource.getTimestampOCSPSources()Returns a mergedListRevocationSourceof all embedded timestamp OCSP sourcesMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type OCSPModifier and TypeMethodDescriptionprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForOCSPBinaries(Collection<? extends EncapsulatedRevocationTokenIdentifier<OCSP>> ocspBinaryIdentifiers, ListCertificateSource certificateSource) Creates a list ofTimestampedReferences from a collection ofOCSPResponseBinarysprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefsprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefsprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefs