KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > CRLSelector

java.security.cert
Interface CRLSelector

All Superinterfaces:
Cloneable
All Known Implementing Classes:
X509CRLSelector
See Also:
Source Code, CRL, CertStore, CertStore.getCRLs(java.security.cert.CRLSelector)

Object clone()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean match(CRL crl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags