KeyStoreSpi
Class KeyStoreSpi
- java.lang.Object
-
- java.security.KeyStoreSpi
public abstract class KeyStoreSpi extends Object
This class defines the Service Provider Interface (SPI) for the KeyStore
class. All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a keystore for a particular keystore type.
- Since:
- 1.2
- See Also:
KeyStore
Constructors
KeyStoreSpi
public KeyStoreSpi()