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 TypeMethodDescriptionvoid
PAdESSignature.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 TypeMethodDescriptionvoid
PdfCompositeDssDictOCSPSource.addRevocation
(RevocationToken<OCSP> token, EncapsulatedRevocationTokenIdentifier<OCSP> binary) void
PdfCompositeDssDictOCSPSource.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 acertificateToken
from the given list ofocspUrls
Method parameters in eu.europa.esig.dss.service.ocsp with type arguments of type OCSPModifier and TypeMethodDescriptionprotected void
JdbcCacheOCSPSource.insertRevocation
(String revocationKey, RevocationToken<OCSP> token) protected void
JdbcCacheOCSPSource.updateRevocation
(String revocationKey, RevocationToken<OCSP> token) Updates the currently stored OCSP token for the givenkey
with 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 TypeMethodDescriptionboolean
OCSPTokenRefMatcher.match
(EncapsulatedRevocationTokenIdentifier<OCSP> identifier, RevocationRef<OCSP> reference) boolean
OCSPTokenRefMatcher.match
(EncapsulatedRevocationTokenIdentifier<OCSP> identifier, RevocationRef<OCSP> reference) boolean
OCSPTokenRefMatcher.match
(RevocationToken<OCSP> token, RevocationRef<OCSP> reference) boolean
OCSPTokenRefMatcher.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.documentOCSPSource
The list of all OCSP revocation sources extracted from a validating document (signature(s), timestamp(s))protected RevocationSource<OCSP>
RevocationDataLoadingStrategy.ocspSource
The 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 fromsignatureOCSPSourse
and 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 OCSPOfflineRevocationSource
s 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 TypeMethodDescriptionvoid
SignatureValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) void
SignatureValidationContext.addDocumentOCSPSource
(ListRevocationSource<OCSP> ocspSource) void
ValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) Adds an extracted OCSP source to the used list of sourcesvoid
ValidationContext.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)void
ValidationData.excludeOCSPTokens
(Collection<EncapsulatedRevocationTokenIdentifier<OCSP>> ocspTokensToExclude) Removes all OCSP token entries matching the provided collection of encapsulated OCSP binariesvoid
CertificateVerifier.setOcspSource
(RevocationSource<OCSP> ocspSource) Defines the source of OCSP used by this classvoid
CommonCertificateVerifier.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.ocspSource
OCSP 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 mergedListRevocationSource
of 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 ofTimestampedReference
s from a collection ofOCSPResponseBinary
sprotected 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
protected 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
protected 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