Package org.conscrypt

Class KeyManagerImpl

All Implemented Interfaces:
KeyManager, X509KeyManager

class KeyManagerImpl extends X509ExtendedKeyManager
KeyManager implementation. This implementation uses hashed key store information. It works faster than retrieving all of the data from the key store. Any key store changes, that happen after key manager was created, have no effect. The implementation does not use peer information (host, port) that may be obtained from socket or engine.
See Also: