Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.faest
Class FaestKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.faest.FaestKeyGenerationParameters

public class FaestKeyGenerationParameters
extends KeyGenerationParameters


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

FaestKeyGenerationParameters

public FaestKeyGenerationParameters(java.security.SecureRandom random,
                                    FaestParameters params)
Method Detail

getParameters

public FaestParameters getParameters()

Bouncy Castle Cryptography Library 1.85