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()