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 void
JdbcCacheOCSPSource. insertRevocation(RevocationToken<OCSP> token)
Stores the supplied new OCSPtoken
for the givenkey
.protected void
JdbcCacheOCSPSource. updateRevocation(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 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 boolean
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 OCSP Modifier and Type Field Description protected ListRevocationSource<OCSP>
SignedDocumentDiagnosticDataBuilder. commonOCSPSource
The 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 fromsignatureOCSPSourse
and 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 SignedDocumentDiagnosticDataBuilder
SignedDocumentDiagnosticDataBuilder. completeOCSPSource(ListRevocationSource<OCSP> completeOCSPSource)
Sets a merged OCSP SourceValidationDataForInclusionBuilder
ValidationDataForInclusionBuilder. excludeOCSPs(Collection<EncapsulatedRevocationTokenIdentifier<OCSP>> excludeOCSPs)
Sets a collection of OCSPs to be excluded from the inclusion listvoid
CertificateVerifier. setOcspSource(RevocationSource<OCSP> ocspSource)
Defines the source of OCSP used by this classvoid
CommonCertificateVerifier. setOcspSource(RevocationSource<OCSP> ocspSource)
void
CertificateVerifier. setSignatureOCSPSource(ListRevocationSource<OCSP> signatureOCSPSource)
This method allows to set the OCSP source (information extracted from signatures).void
CommonCertificateVerifier. 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. 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 OCSP Modifier and Type Method Description ListRevocationSource<OCSP>
SignatureTimestampSource. getTimestampOCSPSources()
ListRevocationSource<OCSP>
TimestampSource. getTimestampOCSPSources()
Returns a mergedListRevocationSource
of 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 ofocspRefs
protected List<TimestampedReference>
SignatureTimestampSource. getTimestampedOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, ListRevocationSource<OCSP> ocspRevocationSource)
Returns a list of timestamped references from the given collection ofocspRefs