|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.bouncycastle.math.ec.ECPoint
|
+--org.bouncycastle.math.ec.ECPointFp
| Constructor Summary | |
ECPointFp(ECCurve curve,
ECFieldElement x,
ECFieldElement y)
|
|
| Method Summary | |
ECPoint |
add(ECPoint b)
|
byte[] |
getEncoded()
return the field element encoded with point compression. |
ECPoint |
multiply(java.math.BigInteger k)
|
ECPoint |
subtract(ECPoint p2)
|
ECPoint |
twice()
|
| Methods inherited from class org.bouncycastle.math.ec.ECPoint |
equals, getX, getY |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECPointFp(ECCurve curve,
ECFieldElement x,
ECFieldElement y)
| Method Detail |
public byte[] getEncoded()
getEncoded in class ECPointpublic ECPoint add(ECPoint b)
add in class ECPointpublic ECPoint twice()
twice in class ECPointpublic ECPoint subtract(ECPoint p2)
subtract in class ECPointpublic ECPoint multiply(java.math.BigInteger k)
multiply in class ECPoint
|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||