javax.net.ssl
Class CertPathTrustManagerParameters
java.lang.Object
javax.net.ssl.CertPathTrustManagerParameters
- All Implemented Interfaces:
- ManagerFactoryParameters
public class CertPathTrustManagerParameters
- extends Object
- implements ManagerFactoryParameters
Trust manager parameters for certification paths.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertPathTrustManagerParameters
public CertPathTrustManagerParameters(CertPathParameters params)
- Creates a new trust manager parameter instance. The argument is
cloned to prevent modification of this instance.
- Parameters:
params
- The certificate path parameters.
- Throws:
NullPointerException
- If params is null.
getParameters
public CertPathParameters getParameters()
- Returns a copy of the certificate path parameters.
- Returns:
- A copy of the certificate path parameters.