| 程序包 | 说明 |
|---|---|
| io.jafka.jeos.util.ecc |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
Point.add(Point b) |
Point |
Curve.decodePoint(byte[] encodedPoint) |
Point |
Secp256k.G() |
Point |
Curve.getInfinity() |
Point |
Point.multiply(BigInteger k) |
Point |
Point.multiplyTwo(BigInteger j,
Point x,
BigInteger k) |
Point |
Point.negate() |
Point |
Curve.pointFromX(int isOdd,
BigInteger x) |
Point |
Ecdsa.recoverPubKey(BigInteger e,
Ecdsa.SignBigInt big,
int i) |
Point |
Point.subtract(Point b) |
Point |
Point.twice() |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
Point.add(Point b) |
int |
Ecdsa.calcPubKeyRecoveryParam(BigInteger e,
Ecdsa.SignBigInt sign,
Point Q) |
Point |
Point.multiplyTwo(BigInteger j,
Point x,
BigInteger k) |
Point |
Point.subtract(Point b) |
Copyright © 2018. All rights reserved.