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 |
v1A |
protected java.math.BigInteger |
v1B |
protected java.math.BigInteger |
v2A |
protected java.math.BigInteger |
v2B |
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) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getBeta() |
int |
getBits() |
java.math.BigInteger |
getG1() |
java.math.BigInteger |
getG2() |
java.math.BigInteger |
getLambda() |
java.math.BigInteger[] |
getV1()
|
java.math.BigInteger |
getV1A() |
java.math.BigInteger |
getV1B() |
java.math.BigInteger[] |
getV2()
|
java.math.BigInteger |
getV2A() |
java.math.BigInteger |
getV2B() |
protected final java.math.BigInteger beta
protected final java.math.BigInteger lambda
protected final java.math.BigInteger v1A
protected final java.math.BigInteger v1B
protected final java.math.BigInteger v2A
protected final java.math.BigInteger v2B
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 getV1A()
public java.math.BigInteger getV1B()
public java.math.BigInteger[] getV2()
public java.math.BigInteger getV2A()
public java.math.BigInteger getV2B()
public java.math.BigInteger getG1()
public java.math.BigInteger getG2()
public int getBits()