Name

Interface com.sun.net.ssl.KeyManager

Synopsis

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.

Interface Definition

public abstract interface com.sun.net.ssl.KeyManager {
}

See also

X509KeyManager, SSLContext

Get Java Security, 2nd 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.