| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.jce.implementation.ecc |
ECC implementation
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected EllipticCurve |
ECKey.curve |
| 限定符和类型 | 方法和说明 |
|---|---|
EllipticCurve |
ECPoint.getCurve() |
| 构造器和说明 |
|---|
ECCryptor(EllipticCurve curve) |
ECKey(EllipticCurve ec)
ECKey generates a random secret key (contains also the public key)
|
ECPoint(byte[] bytes,
EllipticCurve curve)
Decompresses a compressed point stored in a byte-array into a new ECPoint.
|
ECPoint(EllipticCurve e)
IMPORTANT this renders the values of x and y to be null!
|
ECPoint(EllipticCurve curve,
BigInteger x,
BigInteger y)
Constructs a point on an elliptic curve.
|
Copyright © 2023. All rights reserved.