| Package | Description |
|---|---|
| org.dihedron.crypto.certificates | |
| org.dihedron.crypto.crl |
| Modifier and Type | Method and Description |
|---|---|
static PKIXCertPathBuilderResult |
Certificates.verifyCertificate(X509Certificate certificate,
Collection<X509Certificate> additionalCerts)
Attempts to build a certification chain for given certificate and to
verify it.
|
| Modifier and Type | Method and Description |
|---|---|
static X509CRL |
CRL.fromLDAP(String ldapURL)
Downloads a CRL from given LDAP url, e.g.
|
static X509CRL |
CRL.fromURL(String url)
Downloads the CRL from the given URL.
|
static void |
CRL.verifyCertificateCRLs(X509Certificate certificate)
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 © 2012-2014 Andrea Funtò. See here for terms and conditions.