Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.slhdsa
Class SLHDSAKeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyGenerationParameters

public class SLHDSAKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
SLHDSAKeyGenerationParameters(java.security.SecureRandom random, SLHDSAParameters 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

SLHDSAKeyGenerationParameters

public SLHDSAKeyGenerationParameters(java.security.SecureRandom random,
                                     SLHDSAParameters parameters)

Bouncy Castle Cryptography Library 1.79