public class MultiExpTerm
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected GroupElementImpl |
base |
protected java.math.BigInteger |
exponent |
protected SmallExponentPrecomputation |
precomputation |
| Constructor and Description |
|---|
MultiExpTerm(GroupElementImpl base,
java.math.BigInteger exponent) |
MultiExpTerm(GroupElementImpl base,
java.math.BigInteger exponent,
SmallExponentPrecomputation precomputation) |
| Modifier and Type | Method and Description |
|---|---|
GroupElementImpl |
getBase() |
java.math.BigInteger |
getExponent() |
SmallExponentPrecomputation |
getPrecomputation() |
java.lang.String |
toString() |
protected final GroupElementImpl base
protected final java.math.BigInteger exponent
protected final SmallExponentPrecomputation precomputation
public MultiExpTerm(GroupElementImpl base, java.math.BigInteger exponent, SmallExponentPrecomputation precomputation)
public MultiExpTerm(GroupElementImpl base, java.math.BigInteger exponent)
public GroupElementImpl getBase()
public java.math.BigInteger getExponent()
public SmallExponentPrecomputation getPrecomputation()
public java.lang.String toString()
toString in class java.lang.Object