h24010 s 00000/00000/00128 d D 1.2 97/12/09 15:24:49 luehe 3 1 c rm ,* e s 00000/00000/00000 d R 1.2 97/12/09 15:23:26 Codemgr 2 1 c SunPro Code Manager data about conflicts, renames, etc... c Name history : 1 0 security/JCE1.2/earlyaccess/javax.crypto.KeyGeneratorSpi.html e s 00128/00000/00000 d D 1.1 97/12/09 15:23:25 luehe 1 0 c date and time created 97/12/09 15:23:25 by luehe e u U f e 0 t T I 1
All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.crypto.KeyGeneratorSpi
Key generators are constructed using the getInstance
method of the KeyGenerator class.
KeyGenerator objects are reusable, i.e., after a key has been generated, the same KeyGenerator object can be re-used to generate further keys.
public KeyGeneratorSpi()
protected abstract void engineInit(SecureRandom random)
protected abstract void engineInit(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException
params
is
inappropriate for this key generator
protected abstract SecretKey engineGenerateKey()
All Packages Class Hierarchy This Package Previous Next IndexE 1