|
Bouncy Castle Cryptography 1.11 API Specification: Class ECPoint.Fp
org.bouncycastle.math.ec
Class ECPoint.Fp
java.lang.Object
|
+--org.bouncycastle.math.ec.ECPoint
|
+--org.bouncycastle.math.ec.ECPoint.Fp
- Enclosing class:
- ECPoint
- public static class ECPoint.Fp
- extends ECPoint
Elliptic curve points over Fp
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECPoint.Fp
public ECPoint.Fp(ECCurve curve,
ECFieldElement x,
ECFieldElement y)
getEncoded
public byte[] getEncoded()
- return the field element encoded with point compression. (S 4.3.6)
- Overrides:
getEncoded in class ECPoint
add
public ECPoint add(ECPoint b)
- Overrides:
add in class ECPoint
twice
public ECPoint twice()
- Overrides:
twice in class ECPoint
subtract
public ECPoint subtract(ECPoint p2)
- Overrides:
subtract in class ECPoint
multiply
public ECPoint multiply(java.math.BigInteger k)
- Overrides:
multiply in class ECPoint
|