Package javax.net.ssl

Interface KeyManager

All Known Subinterfaces:
X509KeyManager
All Known Implementing Classes:
KeyManagerImpl, X509ExtendedKeyManager

public interface KeyManager
This is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped. The key managers are responsible for handling the keys used to authenticate the local side to its peer,