|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。