public class NTRUEncryptionKeyPairGenerator extends Object implements AsymmetricCipherKeyPairGenerator
| Constructor and Description |
|---|
NTRUEncryptionKeyPairGenerator() |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCipherKeyPair |
generateKeyPair()
Generates a new encryption key pair.
|
void |
init(KeyGenerationParameters param)
Constructs a new instance with a set of encryption parameters.
|
public void init(KeyGenerationParameters param)
init in interface AsymmetricCipherKeyPairGeneratorparam - encryption parameterspublic AsymmetricCipherKeyPair generateKeyPair()
generateKeyPair in interface AsymmetricCipherKeyPairGeneratorCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.