| 限定符和类型 | 字段和说明 |
|---|---|
protected ECPoint |
beta |
protected EllipticCurve |
curve |
protected BigInteger |
dk |
protected boolean |
secret |
| 构造器和说明 |
|---|
ECKey(EllipticCurve ec)
ECKey generates a random secret key (contains also the public key)
|
protected boolean secret
protected BigInteger dk
protected ECPoint beta
protected final EllipticCurve curve
public ECKey(EllipticCurve ec)
ec - public void writeKey(OutputStream out) throws IOException
writeKey 在接口中 KeyIOExceptionpublic Key readKey(InputStream in) throws IOException
readKey 在接口中 KeyIOExceptionCopyright © 2023. All rights reserved.