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 | Class and Description |
---|---|
class |
NTRUSigningKeyPairGenerator.FGBasis
A subclass of Basis that additionally contains the polynomials
F and G . |
Modifier and Type | Method and Description |
---|---|
NTRUSigningPrivateKeyParameters.Basis |
NTRUSigningKeyPairGenerator.BasisGenerationTask.call() |
NTRUSigningPrivateKeyParameters.Basis |
NTRUSigningKeyPairGenerator.generateBoundedBasis()
Creates a basis such that
|F| < keyNormBound and |G| < keyNormBound |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NTRUSigningPrivateKeyParameters.Basis> |
NTRUSigningPrivateKeyParameters.bases |
Modifier and Type | Method and Description |
---|---|
NTRUSigningPrivateKeyParameters.Basis |
NTRUSigningPrivateKeyParameters.getBasis(int i)
Returns the
i -th basis |
Modifier and Type | Method and Description |
---|---|
private void |
NTRUSigningPrivateKeyParameters.add(NTRUSigningPrivateKeyParameters.Basis b)
Adds a basis to the key.
|
Constructor and Description |
---|
NTRUSigningPrivateKeyParameters(java.util.List<NTRUSigningPrivateKeyParameters.Basis> bases,
NTRUSigningPublicKeyParameters publicKey) |