javax.net.ssl

Class CertPathTrustManagerParameters

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
CertPathParametersgetParameters()
Returns a copy of the certificate path parameters.

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.