public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
TrustManager.| Constructor and Description |
|---|
CertPathTrustManagerParameters(CertPathParameters parameters)
Creates a new
CertPathTrustManagerParameters with the specified
certification path parameters. |
| Modifier and Type | Method and Description |
|---|---|
CertPathParameters |
getParameters()
Returns a copy of the certification path parameters.
|
public CertPathTrustManagerParameters(CertPathParameters parameters)
CertPathTrustManagerParameters with the specified
certification path parameters.parameters - the certification path parameters.public CertPathParameters getParameters()