javax.crypto
abstract public class: KeyGeneratorSpi [javadoc |
source]
java.lang.Object
javax.crypto.KeyGeneratorSpi
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.
Also see:
- SecretKey
- author:
Jan
- Luehe
- since:
1.4
-
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |