Package | Description |
---|---|
org.spongycastle.crypto.generators |
Generators for keys, key pairs and password based encryption algorithms.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
Modifier and Type | Field and Description |
---|---|
private NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyPairGenerator.params |
Modifier and Type | Field and Description |
---|---|
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.APR2011_439
A parameter set that gives 128 bits of security and uses simple ternary polynomials.
|
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.APR2011_439_FAST
Like
APR2011_439 , this parameter set gives 128 bits of security but uses product-form polynomials and f=1+pF . |
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.APR2011_743
A parameter set that gives 256 bits of security and uses simple ternary polynomials.
|
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.APR2011_743_FAST
Like
APR2011_743 , this parameter set gives 256 bits of security but uses product-form polynomials and f=1+pF . |
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.EES1087EP2
A conservative (in terms of security) parameter set that gives 256 bits of security and is optimized for key size.
|
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.EES1171EP1
A conservative (in terms of security) parameter set that gives 256 bits of security and is a tradeoff between key size and encryption/decryption speed.
|
static NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.EES1499EP1
A conservative (in terms of security) parameter set that gives 256 bits of security and is optimized for encryption/decryption speed.
|
Modifier and Type | Method and Description |
---|---|
NTRUEncryptionKeyGenerationParameters |
NTRUEncryptionKeyGenerationParameters.clone() |