Package | Description |
---|---|
org.apache.pdfbox.examples.signature.cert |
Modifier and Type | Method and Description |
---|---|
static void |
CRLVerifier.checkRevocation(X509CRL crl,
X509Certificate cert,
Date signDate,
String crlDistributionPointsURL)
Check whether the certificate was revoked at signing time.
|
org.bouncycastle.cert.ocsp.OCSPResp |
OcspHelper.getResponseOcsp()
Performs and verifies the OCSP-Request
|
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.