javax.net.ssl
public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
| Constructor Summary | |
|---|---|
| CertPathTrustManagerParameters(CertPathParameters params)
Creates a new trust manager parameter instance. | |
| Method Summary | |
|---|---|
| CertPathParameters | getParameters()
Returns a copy of the certificate path parameters.
|
Parameters: params The certificate path parameters.
Throws: NullPointerException If params is null.
Returns: A copy of the certificate path parameters.