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