|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.pqc.crypto.ntru.NTRUEncryptionKeyPairGenerator
public class NTRUEncryptionKeyPairGenerator
Generates key pairs.
The parameter p is hardcoded to 3.
| Constructor Summary | |
|---|---|
NTRUEncryptionKeyPairGenerator()
|
|
| Method Summary | |
|---|---|
AsymmetricCipherKeyPair |
generateKeyPair()
Generates a new encryption key pair. |
void |
init(KeyGenerationParameters param)
Constructs a new instance with a set of encryption parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NTRUEncryptionKeyPairGenerator()
| Method Detail |
|---|
public void init(KeyGenerationParameters param)
init in interface AsymmetricCipherKeyPairGeneratorparam - encryption parameterspublic AsymmetricCipherKeyPair generateKeyPair()
generateKeyPair in interface AsymmetricCipherKeyPairGenerator
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||