public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
TrustManagers using the
TrustManagerFactory.init() method.
Instances of this class are immutable.
X509TrustManager,
TrustManagerFactory,
CertPathParameters| Constructor and Description |
|---|
CertPathTrustManagerParameters(CertPathParameters parameters)
Construct new CertPathTrustManagerParameters from the specified
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CertPathParameters |
getParameters()
Return a clone of the CertPathParameters encapsulated by this class.
|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters - the CertPathParameters to be usedNullPointerException - if parameters is nullpublic CertPathParameters getParameters()