Bouncy Castle Cryptography Library 1.48

org.bouncycastle.pqc.crypto.rainbow
Class RainbowKeyGenerationParameters

java.lang.Object
  extended by org.bouncycastle.crypto.KeyGenerationParameters
      extended by org.bouncycastle.pqc.crypto.rainbow.RainbowKeyGenerationParameters

public class RainbowKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
RainbowKeyGenerationParameters(java.security.SecureRandom random, RainbowParameters params)
           
 
Method Summary
 RainbowParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RainbowKeyGenerationParameters

public RainbowKeyGenerationParameters(java.security.SecureRandom random,
                                      RainbowParameters params)
Method Detail

getParameters

public RainbowParameters getParameters()

Bouncy Castle Cryptography Library 1.48