javax.net.ssl
Class CertPathTrustManagerParameters

java.lang.Object
  extended by javax.net.ssl.CertPathTrustManagerParameters
All Implemented Interfaces:
ManagerFactoryParameters

public class CertPathTrustManagerParameters
extends Object
implements ManagerFactoryParameters

Trust manager parameters for certification paths.


Constructor Summary
CertPathTrustManagerParameters(CertPathParameters params)
          Creates a new trust manager parameter instance.
 
Method Summary
 CertPathParameters getParameters()
          Returns a copy of the certificate path parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getParameters

public CertPathParameters getParameters()
Returns a copy of the certificate path parameters.

Returns:
A copy of the certificate path parameters.