public class CertPathTrustManagerParameters extends java.lang.Object implements ManagerFactoryParameters
TrustManagers using the
TrustManagerFactory.init() method.
Instances of this class are immutable.
X509TrustManager,
TrustManagerFactory,
CertPathParameters| Constructor and Description |
|---|
CertPathTrustManagerParameters(java.security.cert.CertPathParameters parameters)
Construct new CertPathTrustManagerParameters from the specified
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.CertPathParameters |
getParameters()
Return a clone of the CertPathParameters encapsulated by this class.
|
public CertPathTrustManagerParameters(java.security.cert.CertPathParameters parameters)
parameters - the CertPathParameters to be usedjava.lang.NullPointerException - if parameters is null© Portions Copyright 2003, 2020 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2020, Oracle and/or its affiliates. All rights reserved.