Bouncy Castle Cryptography Library 1.47

org.bouncycastle.crypto.generators
Class NTRUSigningKeyPairGenerator.FGBasis

java.lang.Object
  extended by org.bouncycastle.crypto.params.NTRUSigningPrivateKeyParameters.Basis
      extended by org.bouncycastle.crypto.generators.NTRUSigningKeyPairGenerator.FGBasis
Enclosing class:
NTRUSigningKeyPairGenerator

public class NTRUSigningKeyPairGenerator.FGBasis
extends NTRUSigningPrivateKeyParameters.Basis

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

F

public org.bouncycastle.math.ntru.polynomial.IntegerPolynomial F

G

public org.bouncycastle.math.ntru.polynomial.IntegerPolynomial G

Bouncy Castle Cryptography Library 1.47