Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.net.ssl

Interface KeyManager

java.lang.Object
|
+--javax.net.ssl.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.

Author: