Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.sphincsplus
Class SPHINCSPlusKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyGenerationParameters

public class SPHINCSPlusKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
SPHINCSPlusKeyGenerationParameters(java.security.SecureRandom random, SPHINCSPlusParameters parameters)
           
 
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

SPHINCSPlusKeyGenerationParameters

public SPHINCSPlusKeyGenerationParameters(java.security.SecureRandom random,
                                          SPHINCSPlusParameters parameters)

Bouncy Castle Cryptography Library 1.81