KeyStoreSpi

This class defines the <i>Service Provider Interface</i> (<b>SPI</b>) for the {@code 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.

@author Jan Luehe

More...
abstract
class KeyStoreSpi

Detailed Description

@see KeyStore

@since 1.2

Meta