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 |
v1A |
protected BigInteger |
v1B |
protected BigInteger |
v2A |
protected BigInteger |
v2B |
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 |
getV1A() |
BigInteger |
getV1B() |
BigInteger[] |
getV2()
|
BigInteger |
getV2A() |
BigInteger |
getV2B() |
protected final BigInteger beta
protected final BigInteger lambda
protected final BigInteger v1A
protected final BigInteger v1B
protected final BigInteger v2A
protected final BigInteger v2B
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 getV1A()
public BigInteger getV1B()
public BigInteger[] getV2()
public BigInteger getV2A()
public BigInteger getV2B()
public BigInteger getG1()
public BigInteger getG2()
public int getBits()
Copyright © 2017 BouncyCastle.org. All rights reserved.