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 basedTrustManager.- Since:
- 1.5
-
-
Constructor Summary
Constructors Constructor Description CertPathTrustManagerParameters(CertPathParameters parameters)Creates a newCertPathTrustManagerParameterswith the specified certification path parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertPathParametersgetParameters()Returns a copy of the certification path parameters.
-
-
-
Constructor Detail
-
CertPathTrustManagerParameters
public CertPathTrustManagerParameters(CertPathParameters parameters)
Creates a newCertPathTrustManagerParameterswith the specified certification path parameters.- Parameters:
parameters- the certification path parameters.
-
-
Method Detail
-
getParameters
public CertPathParameters getParameters()
Returns a copy of the certification path parameters.- Returns:
- a copy of the certification path parameters.
-
-