FileDocCategorySizeDatePackage
JDKAlgorithmParameterGenerator.javaAPI DocAndroid 1.5 API13495Wed May 06 22:41:06 BST 2009org.bouncycastle.jce.provider

JDKAlgorithmParameterGenerator

public abstract class JDKAlgorithmParameterGenerator extends AlgorithmParameterGeneratorSpi

Fields Summary
protected SecureRandom
random
protected int
strength
Constructors Summary
Methods Summary
protected voidengineInit(int strength, java.security.SecureRandom random)


      
                     
            
    
        this.strength = strength;
        this.random = random;