org.bouncycastle.crypto
Class KeyGenerationParameters

java.lang.Object
  extended by org.bouncycastle.crypto.KeyGenerationParameters

public class KeyGenerationParameters
extends Object


Constructor Summary
KeyGenerationParameters(SecureRandom par1SecureRandom, int par2)
           
 
Method Summary
 SecureRandom getRandom()
          Return the random source associated with this generator.
 int getStrength()
          Return the bit strength for keys produced by this generator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyGenerationParameters

public KeyGenerationParameters(SecureRandom par1SecureRandom,
                               int par2)
Method Detail

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.