java.lang.Object
javax.net.ssl.CertPathTrustManagerParameters
- 所有已实现的接口:
-
ManagerFactoryParameters
- 自:
- 1.5
- 参见:
-
Constructor Summary
ConstructorDescriptionCertPathTrustManagerParameters
(CertPathParameters parameters) 从指定参数构造新的CertPathTrustManagerParameters。 -
Method Summary
Modifier and TypeMethodDescription返回此类封装的CertPathParameters的克隆。
-
Constructor Details
-
CertPathTrustManagerParameters
从指定参数构造新的CertPathTrustManagerParameters。为防止后续修改,参数将被克隆。- 参数:
-
parameters
- 要使用的CertPathParameters - 抛出:
-
NullPointerException
- 如果参数为null
-
-
Method Details
-
getParameters
返回此类封装的CertPathParameters的克隆。- 返回:
- 此类封装的CertPathParameters的克隆。
-