Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.snova
Class SnovaKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.snova.SnovaKeyGenerationParameters

public class SnovaKeyGenerationParameters
extends KeyGenerationParameters


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

SnovaKeyGenerationParameters

public SnovaKeyGenerationParameters(java.security.SecureRandom random,
                                    SnovaParameters params)
Method Detail

getParameters

public SnovaParameters getParameters()

Bouncy Castle Cryptography Library 1.81