JavaTM 2 Platform
Standard Ed. 6

介面 java.security.cert.CertPathParameters
的使用

使用 CertPathParameters 的軟體套件
java.security.cert 提供用於解析和管理證書、證書撤消列表 (CRL) 和證書路徑的類別和介面。 
javax.net.ssl 提供用於安全Socket層(SSL)套件的類別。 
 

java.security.certCertPathParameters 的使用
 

實作 CertPathParametersjava.security.cert 中的類別
 class PKIXBuilderParameters
          用作 PKIX CertPathBuilder 演算法的輸入的參數。
 class PKIXParameters
          用作 PKIX CertPathValidator 演算法的輸入的參數。
 

參數型別為 CertPathParametersjava.security.cert 中的方法
 CertPathBuilderResult CertPathBuilder.build(CertPathParameters params)
          嘗試使用指定的演算法參數集建構一個證書路徑。
abstract  CertPathBuilderResult CertPathBuilderSpi.engineBuild(CertPathParameters params)
          嘗試使用指定的演算法參數集建構一個證書路徑。
abstract  CertPathValidatorResult CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params)
          使用指定的演算法參數集驗證指定的證書路徑。
 CertPathValidatorResult CertPathValidator.validate(CertPath certPath, CertPathParameters params)
          使用指定的演算法參數集驗證指定的證書路徑。
 

javax.net.sslCertPathParameters 的使用
 

返回 CertPathParametersjavax.net.ssl 中的方法
 CertPathParameters CertPathTrustManagerParameters.getParameters()
          返回此類別封裝的 CertPathParameters 的副本。
 

參數型別為 CertPathParametersjavax.net.ssl 中的建構子
CertPathTrustManagerParameters(CertPathParameters parameters)
          根據指定的 parameters 建構新的 CertPathTrustManagerParameters。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only