public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
TrustManagerFactory.init()方法将验证设置传递给基于CertPath的TrustManager 。
这个类的实例是不可变的。
X509TrustManager , TrustManagerFactory , CertPathParameters
| Constructor and Description |
|---|
CertPathTrustManagerParameters(CertPathParameters parameters)
从指定的参数构造新的CertPathTrustManagerParameters。
|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters - 要使用的CertPathParameters
NullPointerException - 如果参数为null
public CertPathParameters getParameters()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.