Uses of Class
be.fgov.ehealth.etee.crypto.crl.CRLData

Packages that use CRLData
be.fgov.ehealth.etee.crypto.crl Classes to validate revocation status of a certificate using CRL. 
 

Uses of CRLData in be.fgov.ehealth.etee.crypto.crl
 

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.
 



Copyright © 2019 eHealth. All Rights Reserved.