May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface com.sun.net.ssl.KeyManager
Classes that implement this interface are used to manage which keys are used by an SSL server socket when it accepts a connection. Key managers are registered by the init( ) method of the SSLContext class; Sun’s implementation of that class actually requires an X509KeyManager object.
public abstract interface com.sun.net.ssl.KeyManager {
}
X509KeyManager, SSLContext
|
Read now
Unlock full access