Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.cmce
Class CMCEKeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.pqc.crypto.cmce.CMCEKeyGenerationParameters

public class CMCEKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
CMCEKeyGenerationParameters(java.security.SecureRandom random, CMCEParameters cmceParams)
           
 
Method Summary
 CMCEParameters 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

CMCEKeyGenerationParameters

public CMCEKeyGenerationParameters(java.security.SecureRandom random,
                                   CMCEParameters cmceParams)
Method Detail

getParameters

public CMCEParameters getParameters()

Bouncy Castle Cryptography Library 1.79