Package org.bouncycastle.math.ec.endo
Class GLVTypeBParameters
java.lang.Object
org.bouncycastle.math.ec.endo.GLVTypeBParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BigInteger
protected final int
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
-
Constructor Summary
ConstructorsConstructorDescriptionGLVTypeBParameters
(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits) -
Method Summary
-
Field Details
-
beta
-
lambda
-
v1A
-
v1B
-
v2A
-
v2B
-
g1
-
g2
-
bits
protected final int bits
-
-
Constructor Details
-
GLVTypeBParameters
public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
-
-
Method Details
-
getBeta
-
getLambda
-
getV1
-
getV1A
-
getV1B
-
getV2
-
getV2A
-
getV2B
-
getG1
-
getG2
-
getBits
public int getBits()
-
getV1A()
andgetV1B()
instead.