Class NTRULPRimeKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeKeyGenerationParameters
-
Constructor Summary
ConstructorDescriptionNTRULPRimeKeyGenerationParameters
(SecureRandom random, NTRULPRimeParameters ntrulprParams) initialise the generator with a source of randomness and a strength (in bits). -
Method Summary
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
NTRULPRimeKeyGenerationParameters
initialise the generator with a source of randomness and a strength (in bits).- Parameters:
random
- the random byte source.ntrulprParams
- NTRU LPRime parameters
-
-
Method Details
-
getNtrulprParams
-