Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.hqc
Class HQCKeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.pqc.crypto.hqc.HQCKeyGenerationParameters

public class HQCKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
HQCKeyGenerationParameters(java.security.SecureRandom random, HQCParameters params)
           
 
Method Summary
 HQCParameters 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

HQCKeyGenerationParameters

public HQCKeyGenerationParameters(java.security.SecureRandom random,
                                  HQCParameters params)
Method Detail

getParameters

public HQCParameters getParameters()

Bouncy Castle Cryptography Library 1.79