Name

CertPathTrustManagerParameters

Synopsis

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.

javax.net.ssl.CertPathTrustManagerParameters

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( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.