Package org.bouncycastle.math.ec.endo
Class ScalarSplitParameters
- java.lang.Object
-
- org.bouncycastle.math.ec.endo.ScalarSplitParameters
-
public class ScalarSplitParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
bits
protected BigInteger
g1
protected BigInteger
g2
protected BigInteger
v1A
protected BigInteger
v1B
protected BigInteger
v2A
protected BigInteger
v2B
-
Constructor Summary
Constructors Constructor Description ScalarSplitParameters(BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBits()
BigInteger
getG1()
BigInteger
getG2()
BigInteger
getV1A()
BigInteger
getV1B()
BigInteger
getV2A()
BigInteger
getV2B()
-
-
-
Field Detail
-
v1A
protected final BigInteger v1A
-
v1B
protected final BigInteger v1B
-
v2A
protected final BigInteger v2A
-
v2B
protected final BigInteger v2B
-
g1
protected final BigInteger g1
-
g2
protected final BigInteger g2
-
bits
protected final int bits
-
-
Constructor Detail
-
ScalarSplitParameters
public ScalarSplitParameters(BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
-
-
Method Detail
-
getV1A
public BigInteger getV1A()
-
getV1B
public BigInteger getV1B()
-
getV2A
public BigInteger getV2A()
-
getV2B
public BigInteger getV2B()
-
getG1
public BigInteger getG1()
-
getG2
public BigInteger getG2()
-
getBits
public int getBits()
-
-