| |
|
| java.lang.Object org.bouncycastle.math.ec.ECPoint
ECPoint | abstract public class ECPoint (Code) | | base class for points on elliptic curves.
|
Inner Class :public static class Fp extends ECPoint | |
Inner Class :public static class F2m extends ECPoint | |
withCompression | protected boolean withCompression(Code) | | |
assertECMultiplier | synchronized void assertECMultiplier()(Code) | | Sets the default ECMultiplier , unless already set.
|
getEncoded | abstract public byte[] getEncoded()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isCompressed | public boolean isCompressed()(Code) | | |
isInfinity | public boolean isInfinity()(Code) | | |
multiply | public ECPoint multiply(BigInteger k)(Code) | | Multiplies this ECPoint by the given number.
Parameters: k - The multiplicator. k * this . |
setPreCompInfo | void setPreCompInfo(PreCompInfo preCompInfo)(Code) | | Sets the PreCompInfo . Used by ECMultiplier s
to save the precomputation for this ECPoint to store the
precomputation result for use by subsequent multiplication.
Parameters: preCompInfo - The values precomputed by theECMultiplier . |
|
|
|