Package org.bouncycastle.pqc.crypto.ntru
Class NTRUKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.ntru.NTRUKeyGenerationParameters
Key generation parameters for NTRU.
-
Constructor Summary
ConstructorDescriptionNTRUKeyGenerationParameters
(SecureRandom random, NTRUParameters params) Constructor. -
Method Summary
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
NTRUKeyGenerationParameters
Constructor.- Parameters:
random
- a secure random number generatorparams
- an NTRU parameter set
-
-
Method Details
-
getParameters
- Returns:
- the NTRU parameter set used for this key generation
-