public class CertPathTrustManagerParameters extends Objectimplements ManagerFactoryParameters
TrustManagers using the
TrustManagerFactory.init() method.
Instances of this class are immutable.
X509TrustManager,
TrustManagerFactory,
CertPathParameters
| Constructor and Description |
|---|
CertPathTrustManagerParameters(CertPathParameters
Construct new CertPathTrustManagerParameters from the specified parameters.
|
public CertPathTrustManagerParameters(CertPathParametersparameters)
parameters - the CertPathParameters to be used
NullPointerException - if parameters is null
public CertPathParametersgetParameters()