|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CRLChecker
Service to verify certificate revocation status using CRLs.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
CryptoResult<CRLData> validate(java.security.cert.X509Certificate cert)
cert - the certificate to be checked for revocation
CryptoResult<CRLData> validate(java.security.cert.X509Certificate cert,
java.security.cert.CertStore certStore)
#CRL_TRUST_NOT_VERIFIED
cert - the certificate to be checked for revocationcertStore - contains crls and certificates that can be used for the revocationcheck of the given certificate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||