Team LiB
Previous Section Next Section

CertPathTrustManagerParametersjavax.net.ssl

Java 5.0

This class implements the ManagerFactoryParameters interface and wraps a java.security.cert.CertPathParameters object used to initialize a trustManager based on a certificate path. See the init( ) method of TRustManagerFactory.

Figure 18-1. javax.net.ssl.CertPathTrustManagerParameters


public class CertPathTrustManagerParameters implements ManagerFactoryParameters {
// Public Constructors
     public CertPathTrustManagerParameters(java.security.cert.CertPathParameters parameters);  
// Public Instance Methods
     public java.security.cert.CertPathParameters getParameters( );  
}

    Team LiB
    Previous Section Next Section