| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.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 Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。