Package | Description |
---|---|
org.apache.pdfbox.examples.signature |
These examples will show how to gain access to the PDF signature.
|
org.apache.pdfbox.examples.signature.cert |
Modifier and Type | Method and Description |
---|---|
static void |
ShowSignature.main(String[] args)
This is the entry point for the application.
|
Modifier and Type | Method and Description |
---|---|
static PKIXCertPathBuilderResult |
CertificateVerifier.verifyCertificate(X509Certificate cert,
Set<X509Certificate> additionalCerts,
boolean verifySelfSignedCert,
Date signDate)
Attempts to build a certification chain for given certificate and to
verify it.
|
static void |
CRLVerifier.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.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.