javax.net.ssl
Class KeyManagerFactorySpi
java.lang.Object
javax.net.ssl.KeyManagerFactorySpi
public abstract class KeyManagerFactorySpi
- extends Object
This class defines the Service Provider Interface (SPI)
for the KeyManagerFactory
class.
All the abstract methods in this class must be implemented by each
cryptographic service provider who wishes to supply the implementation
of a particular key manager factory.
- Since:
- 1.4
- Version:
- 1.12
- See Also:
KeyManagerFactory
,
KeyManager
KeyManagerFactorySpi
public KeyManagerFactorySpi()