org.bouncycastle.jce.provider
Class JCEKeyGenerator
KeyGeneratorSpi
org.bouncycastle.jce.provider.JCEKeyGenerator
public class JCEKeyGenerator
extends KeyGeneratorSpi
algName
protected String algName
defaultKeySize
protected int defaultKeySize
keySize
protected int keySize
uninitialised
protected boolean uninitialised
JCEKeyGenerator
protected JCEKeyGenerator(String algName,
int defaultKeySize,
CipherKeyGenerator engine)
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)