public class GLVTypeBParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
beta |
protected int |
bits |
protected java.math.BigInteger |
g1 |
protected java.math.BigInteger |
g2 |
protected java.math.BigInteger |
lambda |
protected java.math.BigInteger[] |
v1 |
protected java.math.BigInteger[] |
v2 |
Constructor and Description |
---|
GLVTypeBParameters(java.math.BigInteger beta,
java.math.BigInteger lambda,
java.math.BigInteger[] v1,
java.math.BigInteger[] v2,
java.math.BigInteger g1,
java.math.BigInteger g2,
int bits) |
protected final java.math.BigInteger beta
protected final java.math.BigInteger lambda
protected final java.math.BigInteger[] v1
protected final java.math.BigInteger[] v2
protected final java.math.BigInteger g1
protected final java.math.BigInteger g2
protected final int bits
public GLVTypeBParameters(java.math.BigInteger beta, java.math.BigInteger lambda, java.math.BigInteger[] v1, java.math.BigInteger[] v2, java.math.BigInteger g1, java.math.BigInteger g2, int bits)
public java.math.BigInteger getBeta()
public java.math.BigInteger getLambda()
public java.math.BigInteger[] getV1()
public java.math.BigInteger[] getV2()
public java.math.BigInteger getG1()
public java.math.BigInteger getG2()
public int getBits()