KeyGeneratorSpi
Class KeyGeneratorSpi
- java.lang.Object
-
- javax.crypto.KeyGeneratorSpi
public abstract class KeyGeneratorSpi extends Object
This class defines the Service Provider Interface (SPI) for the KeyGenerator
class. All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a key generator for a particular algorithm.
- Since:
- 1.4
- See Also:
SecretKey
Constructors
KeyGeneratorSpi
public KeyGeneratorSpi()