Uses of Interface
java.security.cert.CRLSelector
-
Packages that use CRLSelector 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of CRLSelector in java.security.cert
Classes in java.security.cert that implement CRLSelector Modifier and Type Class 描述 class
X509CRLSelector
ACRLSelector
,其选择符合所有指定条件的X509CRLs
。Methods in java.security.cert with parameters of type CRLSelector Modifier and Type 方法 描述 abstract Collection<? extends CRL>
CertStoreSpi. engineGetCRLs(CRLSelector selector)
返回匹配指定选择器的Collection
的CRL
。Collection<? extends CRL>
CertStore. getCRLs(CRLSelector selector)
返回Collection
的CRL
指定选择器匹配秒。
-