|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 TrustAnchor 的软件包 | |
---|---|
java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 |
java.security.cert 中 TrustAnchor 的使用 |
---|
返回 TrustAnchor 的 java.security.cert 中的方法 | |
---|---|
TrustAnchor |
PKIXCertPathValidatorResult.getTrustAnchor()
返回描述作为证书路径受信定位点的 CA 的 TrustAnchor 。 |
返回变量类型为 TrustAnchor 的类型的 java.security.cert 中的方法 | |
---|---|
Set<TrustAnchor> |
PKIXParameters.getTrustAnchors()
返回不可变的、最受信任的 CA Set 。 |
类型变量类型为 TrustAnchor 的 java.security.cert 中的方法参数 | |
---|---|
void |
PKIXParameters.setTrustAnchors(Set<TrustAnchor> trustAnchors)
设置最受信任的 CA Set 。 |
参数类型为 TrustAnchor 的 java.security.cert 中的构造方法 | |
---|---|
PKIXCertPathBuilderResult(CertPath certPath,
TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
创建包含指定参数的 PKIXCertPathBuilderResult 实例。 |
|
PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
创建包含指定参数的 PKIXCertPathValidatorResult 实例。 |
类型变量类型为 TrustAnchor 的 java.security.cert 中的构造方法参数 | |
---|---|
PKIXBuilderParameters(Set<TrustAnchor> trustAnchors,
CertSelector targetConstraints)
创建具有指定最受信任 CA Set 的 PKIXBuilderParameters 的实例。 |
|
PKIXParameters(Set<TrustAnchor> trustAnchors)
创建具有指定最受信任 CA Set 的 PKIXParameters 的实例。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。