org.bouncycastle.crypto
Class KeyGenerationParameters
java.lang.Object
  
org.bouncycastle.crypto.KeyGenerationParameters
public class KeyGenerationParameters
- extends Object
 
 
| 
Method Summary | 
 SecureRandom | 
getRandom()
 
          Return the random source associated with this generator. | 
 int | 
getStrength()
 
          Return the bit strength for keys produced by this generator. | 
 
 
KeyGenerationParameters
public KeyGenerationParameters(SecureRandom par1SecureRandom,
                               int par2)
getRandom
public SecureRandom getRandom()
- Return the random source associated with this generator.
 
 
getStrength
public int getStrength()
- Return the bit strength for keys produced by this generator.