gnu.crypto.jce.key
Class SecretKeyGeneratorImpl
KeyGeneratorSpi
gnu.crypto.jce.key.SecretKeyGeneratorImpl
public class SecretKeyGeneratorImpl
extends KeyGeneratorSpi
algorithm
protected final String algorithm
currentKeySize
protected int currentKeySize
defaultKeySize
protected final int defaultKeySize
init
protected boolean init
keySizes
protected final List keySizes
random
protected SecureRandom random
SecretKeyGeneratorImpl
protected SecretKeyGeneratorImpl(String algorithm)
engineGenerateKey
protected SecretKey engineGenerateKey()
engineInit
protected void engineInit(AlgorithmParameterSpec params,
SecureRandom random)
throws InvalidAlgorithmParameterException
engineInit
protected void engineInit(SecureRandom random)
engineInit
protected void engineInit(int keySize,
SecureRandom random)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.