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)
-
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 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
Methods 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)
ListRevocationSource<OCSP>
AdvancedSignature. getCompleteOCSPSource()
Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourse
and all included to the signature timestamp objectsRevocationSource<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 DiagnosticDataBuilder
DiagnosticDataBuilder. completeOCSPSource(ListRevocationSource<OCSP> completeOCSPSource)
Sets a merged OCSP Sourcevoid
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>
AbstractTimestampSource. ocspSource
protected OfflineRevocationSource<OCSP>
AbstractTimestampSource. signatureOCSPSource
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type OCSP Modifier and Type Method Description ListRevocationSource<OCSP>
AbstractTimestampSource. getTimestampOCSPSources()
ListRevocationSource<OCSP>
TimestampSource. getTimestampOCSPSources()
Returns a mergedListRevocationSource
of all embedded timestamp OCSP sources