X509CRLSelector
Class X509CRLSelector
- java.lang.Object
-
- java.security.cert.X509CRLSelector
- All Implemented Interfaces:
- Cloneable, CRLSelector
public class X509CRLSelector extends Object implements CRLSelector
A CRLSelector
that selects X509CRLs
that match all specified criteria. This class is particularly useful when selecting CRLs from a CertStore
to check revocation status of a particular certificate.
When first constructed, an X509CRLSelector
has no criteria enabled and each of the get
methods return a default value (null
). Therefore, the 登录查看完整内容