Package javax.net.ssl
Class CertPathTrustManagerParameters
java.lang.Object
javax.net.ssl.CertPathTrustManagerParameters
- All Implemented Interfaces:
ManagerFactoryParameters
public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
Certification path parameters to provide to certification path
based
TrustManager.- Since:
- 1.5
-
Constructor Summary
Constructors Constructor Description CertPathTrustManagerParameters(CertPathParameters parameters)Creates a newCertPathTrustManagerParameterswith the specified certification path parameters. -
Method Summary
Modifier and Type Method Description CertPathParametersgetParameters()Returns a copy of the certification path parameters.
-
Constructor Details
-
CertPathTrustManagerParameters
Creates a newCertPathTrustManagerParameterswith the specified certification path parameters.- Parameters:
parameters- the certification path parameters.
-
-
Method Details
-
getParameters
Returns a copy of the certification path parameters.- Returns:
- a copy of the certification path parameters.
-