Uses of Interface
eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP
Package
Description
-
Uses of OCSP in eu.europa.esig.dss.evidencerecord.common.validation
-
Uses of OCSP in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Modifier 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
Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionPdfDssDictOCSPSource.getAllRevocationBinariesWithOrigins()
PdfDssDictOCSPSource.getAllRevocationTokensWithOrigins()
PdfDssDictOCSPSource.getDSSDictionaryBinaries()
PdfDssDictOCSPSource.getDSSDictionaryTokens()
PdfDssDictOCSPSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) PdfDssDictOCSPSource.getVRIDictionaryBinaries()
PdfDssDictOCSPSource.getVRIDictionaryTokens()
Modifier 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
Modifier and TypeMethodDescriptionprotected RevocationToken
<OCSP> JdbcCacheOCSPSource.buildRevocationTokenFromResult
(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCert) Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected RevocationSource
<OCSP> RevocationDataLoadingStrategy.ocspSource
The OCSP revocation sourceModifier 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()
Modifier 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
Modifier and TypeFieldDescriptionprotected ListRevocationSource
<OCSP> SignatureTimestampSource.ocspSource
OCSP revocation source containing merged data from signature and timestampsModifier 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
Modifier 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
Modifier and TypeMethodDescriptionExternalResourcesOCSPSource.getRevocationTokens
(CertificateToken certificate, CertificateToken issuer) OfflineOCSPSource.getRevocationTokens
(CertificateToken certificate, CertificateToken issuer) Modifier 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
Modifier and TypeMethodDescriptionTimestampSource.getTimestampOCSPSources()
Returns a mergedListRevocationSource
of all embedded timestamp OCSP sources -
Uses of OCSP in eu.europa.esig.dss.validation.reports.diagnostic
Modifier and TypeFieldDescriptionprotected ListRevocationSource
<OCSP> SignedDocumentDiagnosticDataBuilder.documentOCSPSource
The list of all OCSP revocation sources extracted from a validating document (signature(s), timestamp(s))Modifier and TypeMethodDescriptionSignedDocumentDiagnosticDataBuilder.documentOCSPSource
(ListRevocationSource<OCSP> documentCRLSource) Sets a document OCSP Source containing all sources extracted from the provided signature(s)/timestamp(s)