Package | Description |
---|---|
com.saperion.cert |
Package for certificate handling.
|
Modifier and Type | Method and Description |
---|---|
static PKIXCertPathBuilderResult |
CertificateVerifier.verifyCertificate(X509Certificate cert,
Set<X509Certificate> additionalCerts)
Attempts to build a certification chain for given certificate and to
verify it.
|
static void |
CRLVerifier.verifyCertificateCRLs(X509Certificate cert)
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 © 2016 SAPERION AG. All rights reserved.