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