| Methods in be.fgov.ehealth.etee.crypto.crl that return types with arguments of type CRLData |
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. |