Uses of Class
org.apache.pdfbox.examples.signature.cert.RevokedCertificateException
Packages that use RevokedCertificateException
Package
Description
-
Uses of RevokedCertificateException in org.apache.pdfbox.examples.signature.cert
Methods in org.apache.pdfbox.examples.signature.cert that throw RevokedCertificateExceptionModifier and TypeMethodDescriptionstatic voidCRLVerifier.checkRevocation(X509CRL crl, X509Certificate cert, Date signDate, String crlDistributionPointsURL) Check whether the certificate was revoked at signing time.private static voidCertificateVerifier.checkRevocations(X509Certificate cert, Set<X509Certificate> additionalCerts, Date signDate) private static voidCertificateVerifier.checkRevocationsWithIssuer(X509Certificate cert, X509Certificate issuerCert, Set<X509Certificate> additionalCerts, Date signDate) org.bouncycastle.cert.ocsp.OCSPRespOcspHelper.getResponseOcsp()Performs and verifies the OCSP-Requeststatic voidCRLVerifier.verifyCertificateCRLs(X509Certificate cert, Date signDate, Set<X509Certificate> additionalCerts) Extracts the CRL distribution points from the certificate (if available) and checks the certificate revocation status against the CRLs coming from the distribution points.private static voidCertificateVerifier.verifyOCSP(OcspHelper ocspHelper, Set<X509Certificate> additionalCerts) Verify whether the certificate has been revoked at signing date, and verify whether the certificate of the responder has been revoked now.private voidOcspHelper.verifyOcspResponse(org.bouncycastle.cert.ocsp.OCSPResp ocspResponse) Verifies the status and the response itself (including nonce), but not the signature. -
Uses of RevokedCertificateException in org.apache.pdfbox.examples.signature.validation
Methods in org.apache.pdfbox.examples.signature.validation that throw RevokedCertificateExceptionModifier and TypeMethodDescriptionprivate voidAddValidationInformation.addCrlRevocationInfo(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds CRL data to storage for the given Certificate.private voidAddValidationInformation.addOcspData(X509Certificate certificate, X509Certificate issuerCertificate, String ocspURL) private voidAddValidationInformation.addOcspData(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds OCSP data to storage for the given Certificate.