|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.NTRUSigningPrivateKeyParameters.Basis
org.bouncycastle.crypto.generators.NTRUSigningKeyPairGenerator.FGBasis
public class NTRUSigningKeyPairGenerator.FGBasis
A subclass of Basis that additionally contains the polynomials F
and G
.
Field Summary | |
---|---|
org.bouncycastle.math.ntru.polynomial.IntegerPolynomial |
F
|
org.bouncycastle.math.ntru.polynomial.IntegerPolynomial |
G
|
Fields inherited from class org.bouncycastle.crypto.params.NTRUSigningPrivateKeyParameters.Basis |
---|
f, fPrime, h |
Method Summary |
---|
Methods inherited from class org.bouncycastle.crypto.params.NTRUSigningPrivateKeyParameters.Basis |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.bouncycastle.math.ntru.polynomial.IntegerPolynomial F
public org.bouncycastle.math.ntru.polynomial.IntegerPolynomial G
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |