Uses of Class
org.bouncycastle.pqc.crypto.ntru.NTRUSigningParameters
-
Packages that use NTRUSigningParameters Package Description org.bouncycastle.pqc.crypto.ntru -
-
Uses of NTRUSigningParameters in org.bouncycastle.pqc.crypto.ntru
Methods in org.bouncycastle.pqc.crypto.ntru that return NTRUSigningParameters Modifier and Type Method Description NTRUSigningParameters
NTRUSigningParameters. clone()
NTRUSigningParameters
NTRUSigningKeyGenerationParameters. getSigningParameters()
Constructors in org.bouncycastle.pqc.crypto.ntru with parameters of type NTRUSigningParameters Constructor Description NTRUSigner(NTRUSigningParameters params)
Deprecated.Constructs a new instance with a set of signature parameters.NTRUSigningPublicKeyParameters(byte[] b, NTRUSigningParameters params)
Converts a byte array to a polynomialh
and constructs a new public keyNTRUSigningPublicKeyParameters(InputStream is, NTRUSigningParameters params)
Reads a polynomialh
from an input stream and constructs a new public keyNTRUSigningPublicKeyParameters(IntegerPolynomial h, NTRUSigningParameters params)
Constructs a new public key from a polynomial
-