| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.jce.implementation.ecc |
ECC implementation
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ECPoint |
ECKey.beta |
| 限定符和类型 | 方法和说明 |
|---|---|
ECPoint |
ECPoint.add(ECPoint q)
在曲线上计算两点相加的第三个点:point c = point a + point b
|
ECPoint |
EllipticCurve.getBasePointG() |
ECPoint |
EllipticCurve.getZero() |
ECPoint |
ECPoint.multiply(BigInteger k)
计算k倍点
|
| 限定符和类型 | 方法和说明 |
|---|---|
ECPoint |
ECPoint.add(ECPoint q)
在曲线上计算两点相加的第三个点:point c = point a + point b
|
boolean |
EllipticCurve.isOnCurve(ECPoint q) |
Copyright © 2023. All rights reserved.