|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.net.ssl.CertPathTrustManagerParameters
public class CertPathTrustManagerParameters
CertPathParameters 的套件裝器。使用 TrustManagerFactory.init()
方法,此類別被用來向基於 TrustManager
的 CertPath 傳遞驗證設置。
此類別的實例是不可變的。
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 |
建構子詳細資訊 |
---|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters
- 要使用的 CertPathParameters
NullPointerException
- 如果 parameters 為 null方法詳細資訊 |
---|
public CertPathParameters getParameters()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。