| Package | Description |
|---|---|
| be.fgov.ehealth.etee.crypto.crl |
Classes to validate revocation status of a certificate using CRL.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoResult<CRLData> |
CRLChecker.validate(java.security.cert.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.
|
CryptoResult<CRLData> |
CRLChecker.validate(java.security.cert.X509Certificate cert,
java.security.cert.CertStore certStore)
Extracts the CRL distribution points from the certificate (if available) and checks the certificate revocation status against the
CRLs coming from the distribution points.
|
CryptoResult<CRLData> |
CRLChecker.validate(java.security.cert.X509Certificate cert,
java.security.cert.CertStore certStore,
java.util.Date validationDate)
Extracts the CRL distribution points from the certificate (if available) and checks the certificate revocation status against the
CRLs coming from the distribution points.
|
CryptoResult<CRLData> |
CRLChecker.validate(java.security.cert.X509Certificate cert,
java.util.Date validationDate)
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 © 2025 eHealth. All rights reserved.