May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class com.sun.net.ssl.TrustManagerFactory
Instances of this class are used to obtain trust managers, which provide the certificates used to verify the identity of an SSL peer. The trust manager must be initialized with an appropriate keystore.
public class com.sun.net.ssl.TrustManagerFactory
extends java.lang.Object {
// Constructors
protected TrustManagerFactory(TrustManagerFactorySpi,
Provider, String);
// Class Methods
public static final String getDefaultAlgorithm( );
public static final TrustManagerFactory getInstance(
String, String);
public static final TrustManagerFactory getInstance(String);
public static final TrustManagerFactory getInstance(
String, Provider);
// Instance Methods
public final String getAlgorithm( );
public final Provider getProvider( );
public TrustManager[] getTrustManagers( );
public void init(KeyStore);
}Read now
Unlock full access