javax.net.ssl
Interface KeyManager
public
interface
KeyManager
A marker interface for objects that serve as key managers in SSL
communications. Key managers typically keep track of the public
certificates and private keys when authenticating the local host to
remote host, and thus is typically used in SSL servers.