|
|||||||||
接口 java.security.cert.CRLSelector
的使用
使用 CRLSelector 的软件包 | |
---|---|
java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 |
java.security.cert 中 CRLSelector 的使用 |
---|
实现 CRLSelector 的 java.security.cert 中的类 | |
---|---|
class |
X509CRLSelector 选择与所有指定标准相匹配的 X509CRL 的 CRLSelector 。 |
参数类型为 CRLSelector 的 java.security.cert 中的方法 | |
---|---|
abstract Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector) 返回与指定选择器匹配的 CRL 的 Collection 。 |
Collection<? extends CRL> |
CertStore.getCRLs(CRLSelector selector) 返回与指定选择器匹配的 CRL 的 Collection 。 |
所有类
|
|||||||||