JavaTM 2 Platform
Standard Ed. 6

javax.net.ssl
類別 CertPathTrustManagerParameters

java.lang.Object
  繼承者 javax.net.ssl.CertPathTrustManagerParameters
所有已實作的介面:
ManagerFactoryParameters

public class CertPathTrustManagerParameters
extends Object
implements ManagerFactoryParameters

CertPathParameters 的套件裝器。使用 TrustManagerFactory.init() 方法,此類別被用來向基於 TrustManager 的 CertPath 傳遞驗證設置。

此類別的實例是不可變的。

從以下版本開始:
1.5
另請參見:
X509TrustManager, TrustManagerFactory, CertPathParameters

建構子摘要
CertPathTrustManagerParameters(CertPathParameters parameters)
          根據指定的 parameters 建構新的 CertPathTrustManagerParameters。
 
方法摘要
 CertPathParameters getParameters()
          返回此類別封裝的 CertPathParameters 的副本。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

CertPathTrustManagerParameters

public CertPathTrustManagerParameters(CertPathParameters parameters)
根據指定的 parameters 建構新的 CertPathTrustManagerParameters。複製該 parameters,以防止後續修改。

參數:
parameters - 要使用的 CertPathParameters
拋出:
NullPointerException - 如果 parameters 為 null
方法詳細資訊

getParameters

public CertPathParameters getParameters()
返回此類別封裝的 CertPathParameters 的副本。

返回:
此類別封裝的 CertPathParameters 的副本。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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