Package org.bouncycastle.crypto.params
Class SLHDSAKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.crypto.params.SLHDSAKeyGenerationParameters
-
public class SLHDSAKeyGenerationParameters extends KeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description SLHDSAKeyGenerationParameters(java.security.SecureRandom random, SLHDSAParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SLHDSAParametersgetParameters()-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
SLHDSAKeyGenerationParameters
public SLHDSAKeyGenerationParameters(java.security.SecureRandom random, SLHDSAParameters parameters)
-
-
Method Detail
-
getParameters
public SLHDSAParameters getParameters()
-
-