Package javax.net.ssl
Interface KeyManager
-
- All Known Subinterfaces:
PSKKeyManager,X509KeyManager
- All Known Implementing Classes:
DuckTypedPSKKeyManager,KeyManagerImpl,X509ExtendedKeyManager
public interface KeyManagerThis 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,