public class ScalarSplitParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
bits |
protected BigInteger |
g1 |
protected BigInteger |
g2 |
protected BigInteger |
v1A |
protected BigInteger |
v1B |
protected BigInteger |
v2A |
protected BigInteger |
v2B |
Constructor and Description |
---|
ScalarSplitParameters(BigInteger[] v1,
BigInteger[] v2,
BigInteger g1,
BigInteger g2,
int bits) |
Modifier and Type | Method and Description |
---|---|
int |
getBits() |
BigInteger |
getG1() |
BigInteger |
getG2() |
BigInteger |
getV1A() |
BigInteger |
getV1B() |
BigInteger |
getV2A() |
BigInteger |
getV2B() |
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 ScalarSplitParameters(BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
public BigInteger getV1A()
public BigInteger getV1B()
public BigInteger getV2A()
public BigInteger getV2B()
public BigInteger getG1()
public BigInteger getG2()
public int getBits()
Copyright © 2021 BouncyCastle.org. All rights reserved.