FileDocCategorySizeDatePackage
JDKAlgorithmParameterGenerator.javaAPI DocAzureus 3.0.3.410896Tue Jun 08 05:12:56 BST 2004org.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;