Uses of Class
org.apache.pdfbox.examples.signature.cert.OcspHelper
-
Packages that use OcspHelper Package Description org.apache.pdfbox.examples.signature.cert -
-
Uses of OcspHelper in org.apache.pdfbox.examples.signature.cert
Methods in org.apache.pdfbox.examples.signature.cert with parameters of type OcspHelper Modifier and Type Method Description private static voidCertificateVerifier. verifyOCSP(OcspHelper ocspHelper, java.util.Set<java.security.cert.X509Certificate> additionalCerts)Verify whether the certificate has been revoked at signing date, and verify whether the certificate of the responder has been revoked now.
-