May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface com.sun.net.ssl.TrustManager
Classes that implement this interface can be used to determine which
certificates are used to verify the identity of an SSL peer. Trust
managers are registered via the init( ) method
of the SSLContext class; Sun’s
implementation of that class requires an
X509TrustManager object.
public abstract interface com.sun.net.ssl.TrustManager {
}
X509TrustManager, X509KeyManager, SSLContext
|
Read now
Unlock full access