Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.mqom
Class MQOMKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.mqom.MQOMKeyGenerationParameters

public class MQOMKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
MQOMKeyGenerationParameters(java.security.SecureRandom random, MQOMParameters mqomParameters)
           
 
Method Summary
 MQOMParameters 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

MQOMKeyGenerationParameters

public MQOMKeyGenerationParameters(java.security.SecureRandom random,
                                   MQOMParameters mqomParameters)
Method Detail

getParameters

public MQOMParameters getParameters()

Bouncy Castle Cryptography Library 1.85