public final class ECNamedCurve extends ECParameterSpec
NamedCurve| 构造器和说明 |
|---|
ECNamedCurve(String name,
String oid,
EllipticCurve curve,
ECPoint g,
BigInteger n,
int h) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getEncoded() |
String |
getName() |
String |
getObjectId() |
String |
toString() |
getCofactor, getCurve, getGenerator, getOrderprivate final String name
private final String oid
private final byte[] encoded
ECNamedCurve(String name, String oid, EllipticCurve curve, ECPoint g, BigInteger n, int h)
Copyright © 2024. All rights reserved.