| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CertStore 的软件包 | |
|---|---|
| java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 | 
| java.security.cert 中 CertStore 的使用 | 
|---|
| 返回 CertStore 的 java.security.cert 中的方法 | |
|---|---|
static CertStore | 
CertStore.getInstance(String type,
            CertStoreParameters params)
返回一个实现指定 CertStore 类型,并已使用指定参数初始化的 CertStore 对象。 | 
static CertStore | 
CertStore.getInstance(String type,
            CertStoreParameters params,
            Provider provider)
返回一个实现指定 CertStore 类型的 CertStore 对象。 | 
static CertStore | 
CertStore.getInstance(String type,
            CertStoreParameters params,
            String provider)
返回一个实现指定 CertStore 类型的 CertStore 对象。 | 
| 返回变量类型为 CertStore 的类型的 java.security.cert 中的方法 | |
|---|---|
 List<CertStore> | 
PKIXParameters.getCertStores()
返回用于查找证书和 CRL 的不可变 CertStore List。 | 
| 参数类型为 CertStore 的 java.security.cert 中的方法 | |
|---|---|
 void | 
PKIXParameters.addCertStore(CertStore store)
将 CertStore 添加到查找证书和 CRL 所使用的 CertStore 列表末尾。 | 
| 类型变量类型为 CertStore 的 java.security.cert 中的方法参数 | |
|---|---|
 void | 
PKIXParameters.setCertStores(List<CertStore> stores)
设置在查找证书和 CRL 时所使用的 CertStore 列表。 | 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。