public interface CRLChecker
| Modifier and Type | Method and Description |
|---|---|
CryptoResult<CRLData> |
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> |
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> |
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> |
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.
|
CryptoResult<CRLData> validate(java.security.cert.X509Certificate cert)
cert - the certificate to be checked for revocationCryptoResult<CRLData> validate(java.security.cert.X509Certificate cert, java.util.Date validationDate)
cert - the certificate to be checked for revocationvalidationDate - contains a date on which you will check the revocation dateCryptoResult<CRLData> validate(java.security.cert.X509Certificate cert, java.security.cert.CertStore certStore)
#CRL_TRUST_NOT_VERIFIEDcert - the certificate to be checked for revocationcertStore - contains crls and certificates that can be used for the revocation check of the given certificateCryptoResult<CRLData> validate(java.security.cert.X509Certificate cert, java.security.cert.CertStore certStore, java.util.Date validationDate)
#CRL_TRUST_NOT_VERIFIEDcert - the certificate to be checked for revocationcertStore - contains crls and certificates that can be used for the revocation check of the given certificatevalidationDate - contains a date on which you will check the revocation dateCopyright © 2025 eHealth. All rights reserved.