|
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.ntru.NTRUKeyGenerationParameters
Key generation parameters for NTRU.
Constructor Summary | |
NTRUKeyGenerationParameters(java.security.SecureRandom random,
NTRUParameters params)
Constructor. |
Method Summary | |
NTRUParameters |
getParameters()
|
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 NTRUKeyGenerationParameters(java.security.SecureRandom random, NTRUParameters params)
random
- a secure random number generatorparams
- an NTRU parameter setMethod Detail |
public NTRUParameters getParameters()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |