Class QTESLAKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLAKeyGenerationParameters
qTESLA key-pair generation parameters.
-
Constructor Summary
ConstructorDescriptionQTESLAKeyGenerationParameters
(int securityCategory, SecureRandom random) Base constructor - provide the qTESLA security category and a source of randomness. -
Method Summary
Modifier and TypeMethodDescriptionint
Return the security category for these parameters.Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
QTESLAKeyGenerationParameters
Base constructor - provide the qTESLA security category and a source of randomness.- Parameters:
securityCategory
- the security category to generate the parameters for.random
- the random byte source.
-
-
Method Details
-
getSecurityCategory
public int getSecurityCategory()Return the security category for these parameters.- Returns:
- the security category for keys generated using these parameters.
-