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.evidencerecord.common.validation
Methods in eu.europa.esig.dss.evidencerecord.common.validation that return types with arguments of type OCSP -
Uses of OCSP in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Fields in eu.europa.esig.dss.evidencerecord.common.validation.timestamp with type parameters of type OCSPModifier and TypeFieldDescriptionprotected ListRevocationSource
<OCSP> EvidenceRecordTimestampSource.ocspSource
OCSP revocation source containing merged data from signature and timestamps -
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) 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.signature
Methods in eu.europa.esig.dss.spi.signature that return types with arguments of type OCSPModifier and TypeMethodDescriptionAdvancedSignature.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 signaturesAdvancedSignature.getOCSPSource()
Gets an OCSP source which contains ALL OCSP responses embedded in the signature. -
Uses of OCSP in eu.europa.esig.dss.spi.validation
Fields in eu.europa.esig.dss.spi.validation with type parameters of type OCSPModifier and TypeFieldDescriptionprotected RevocationSource
<OCSP> RevocationDataLoadingStrategy.ocspSource
The OCSP revocation sourceMethods in eu.europa.esig.dss.spi.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!SignatureValidationContext.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()
Method parameters in eu.europa.esig.dss.spi.validation with type arguments of type OCSPModifier and TypeMethodDescriptionvoid
SignatureValidationContext.addDocumentOCSPSource
(ListRevocationSource<OCSP> ocspSource) void
SignatureValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) void
ValidationContext.addDocumentOCSPSource
(ListRevocationSource<OCSP> ocspSource) Adds a listd OCSP source to the used list of sourcesvoid
ValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) Adds an extracted OCSP source to the used list of sourcesvoid
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.spi.validation.timestamp
Fields in eu.europa.esig.dss.spi.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.spi.validation.timestamp that return types with arguments of type OCSPMethod parameters in eu.europa.esig.dss.spi.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
-
Uses of OCSP in eu.europa.esig.dss.spi.x509.evidencerecord
Methods in eu.europa.esig.dss.spi.x509.evidencerecord that return types with arguments of type OCSPModifier and TypeMethodDescriptionEvidenceRecord.getOCSPSource()
Gets an OCSP source which contains ALL OCSP responses embedded in the evidence record. -
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.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return types with arguments of type OCSPModifier and TypeMethodDescriptionTimestampSource.getTimestampOCSPSources()
Returns a mergedListRevocationSource
of all embedded timestamp OCSP sources -
Uses of OCSP in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic 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))Method parameters in eu.europa.esig.dss.validation.reports.diagnostic with type arguments of type OCSPModifier and TypeMethodDescriptionSignedDocumentDiagnosticDataBuilder.documentOCSPSource
(ListRevocationSource<OCSP> documentCRLSource) Sets a document OCSP Source containing all sources extracted from the provided signature(s)/timestamp(s)