public class GLVTypeBParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
beta |
protected int |
bits |
protected BigInteger |
g1 |
protected BigInteger |
g2 |
protected BigInteger |
lambda |
protected BigInteger[] |
v1 |
protected BigInteger[] |
v2 |
Constructor and Description |
---|
GLVTypeBParameters(BigInteger beta,
BigInteger lambda,
BigInteger[] v1,
BigInteger[] v2,
BigInteger g1,
BigInteger g2,
int bits) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getBeta() |
int |
getBits() |
BigInteger |
getG1() |
BigInteger |
getG2() |
BigInteger |
getLambda() |
BigInteger[] |
getV1() |
BigInteger[] |
getV2() |
protected final BigInteger beta
protected final BigInteger lambda
protected final BigInteger[] v1
protected final BigInteger[] v2
protected final BigInteger g1
protected final BigInteger g2
protected final int bits
public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
public BigInteger getBeta()
public BigInteger getLambda()
public BigInteger[] getV1()
public BigInteger[] getV2()
public BigInteger getG1()
public BigInteger getG2()
public int getBits()
Copyright © 2016 BouncyCastle.org. All rights reserved.