KeyManagerFactory
Class KeyManagerFactory
- java.lang.Object
-
- javax.net.ssl.KeyManagerFactory
public class KeyManagerFactory extends Object
This class acts as a factory for key managers based on a source of key material. Each key manager manages a specific type of key material for use by secure sockets. The key material is based on a KeyStore and/or provider specific sources.
- Since:
- 1.4
- See Also:
KeyManager
Constructors
KeyManagerFactory
protected KeyManagerFactory(KeyManagerFactorySpi factorySpi,