Name

Class com.sun.net.ssl.KeyManagerFactorySpi

Synopsis

If you want to provide your own mechanism for SSL server sockets to handle keys, you must provide an implementation of this class and register that class with a security provider.

Class Definition

public abstract class com.sun.net.ssl.KeyManagerFactorySpi
    extends java.lang.Object {

    // Constructors
    public KeyManagerFactorySpi(  );

    // Protected Instance Methods
    protected abstract KeyManager[] engineGetKeyManagers(  );
    protected abstract void engineInit(KeyStore, char[]);
}

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.