Package org.bouncycastle.pqc.crypto.hawk
Class HawkKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.pqc.crypto.hawk.HawkKeyGenerationParameters
-
public class HawkKeyGenerationParameters extends KeyGenerationParameters
Key generation parameters for Hawk. Carries the source of randomness and the selectedHawkParametersparameter set.
-
-
Constructor Summary
Constructors Constructor Description HawkKeyGenerationParameters(java.security.SecureRandom random, HawkParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HawkParametersgetParameters()-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
HawkKeyGenerationParameters
public HawkKeyGenerationParameters(java.security.SecureRandom random, HawkParameters params)
-
-
Method Detail
-
getParameters
public HawkParameters getParameters()
-
-