File
Doc
Category
Size
Date
Package
JDKAlgorithmParameterGenerator.java
API Doc
Android 1.5 API
13495
Wed May 06 22:41:06 BST 2009
org.bouncycastle.jce.provider
JDKAlgorithmParameterGenerator
java.lang.Object
java.security.AlgorithmParameterGeneratorSpi
public abstract class JDKAlgorithmParameterGenerator extends AlgorithmParameterGeneratorSpi
Fields Summary
protected SecureRandom
random
protected int
strength
Constructors Summary
Methods Summary
protected void
engineInit
(
int
strength,
java.security.SecureRandom
random)
this.strength = strength; this.random = random;
Java Code Source