Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.crystals.dilithium
Class DilithiumKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyGenerationParameters

public class DilithiumKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
DilithiumKeyGenerationParameters(java.security.SecureRandom random, DilithiumParameters dilithiumParameters)
           
 
Method Summary
 DilithiumParameters 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

DilithiumKeyGenerationParameters

public DilithiumKeyGenerationParameters(java.security.SecureRandom random,
                                        DilithiumParameters dilithiumParameters)
Method Detail

getParameters

public DilithiumParameters getParameters()

Bouncy Castle Cryptography Library 1.81