Class SLHDSAKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyGenerationParameters
-
@Deprecated public class SLHDSAKeyGenerationParameters extends KeyGenerationParameters
Deprecated.use org.bouncycastle.crypto.params.SLHDSAKeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description SLHDSAKeyGenerationParameters(java.security.SecureRandom random, SLHDSAParameters parameters)Deprecated.
-
Method Summary
-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
SLHDSAKeyGenerationParameters
public SLHDSAKeyGenerationParameters(java.security.SecureRandom random, SLHDSAParameters parameters)Deprecated.
-
-