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