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 变量和类型 类 描述 class
X509CRLSelector
CRLSelector
,选择符合所有指定条件的X509CRLs
。Methods in java.security.cert with parameters of type CRLSelector 变量和类型 方法 描述 abstract Collection<? extends CRL>
CertStoreSpi. engineGetCRLs(CRLSelector selector)
返回与指定选择器匹配的Collection
的CRL
。Collection<? extends CRL>
CertStore. getCRLs(CRLSelector selector)
返回Collection
,其中CRL
与指定的选择器匹配。
-