gnu.crypto.jce.key
Class SecretKeyGeneratorImpl
public
class
SecretKeyGeneratorImpl
extends KeyGeneratorSpi
protected final String algorithm
protected int currentKeySize
protected final int defaultKeySize
protected boolean init
protected final List keySizes
protected SecureRandom random
protected SecretKeyGeneratorImpl(String algorithm)
protected SecretKey engineGenerateKey()
protected void engineInit(AlgorithmParameterSpec params, SecureRandom random)
protected void engineInit(int keySize, SecureRandom random)
protected void engineInit(SecureRandom random)