|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeKeyGenerationParameters
Constructor Summary | |
NTRULPRimeKeyGenerationParameters(java.security.SecureRandom random,
NTRULPRimeParameters ntrulprParams)
initialise the generator with a source of randomness and a strength (in bits). |
Method Summary | |
NTRULPRimeParameters |
getNtrulprParams()
|
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters |
getRandom, getStrength |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NTRULPRimeKeyGenerationParameters(java.security.SecureRandom random, NTRULPRimeParameters ntrulprParams)
random
- the random byte source.ntrulprParams
- NTRU LPRime parametersMethod Detail |
public NTRULPRimeParameters getNtrulprParams()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |