CertPathTrustManagerParameters


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



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net