软件包 | 描述 |
---|---|
java.security.spec |
提供关键规格和算法参数规格的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
ECFieldF2m
这个不可变的类定义了一个椭圆曲线(欧共体)特征2有限域。
|
class |
ECFieldFp
这个不可变类定义了一个椭圆曲线(欧共体)素数有限域。
|
Modifier and Type | Method and Description |
---|---|
ECField |
EllipticCurve.getField()
返回有限域椭圆曲线上,这
field 。
|
Constructor and Description |
---|
EllipticCurve(ECField field, BigInteger a, BigInteger b)
创建具有指定椭圆场
field 和系数
a 和
b 椭圆曲线。
|
EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed)
创建具有指定椭圆场
field 椭圆曲线的系数,
a 和
b ,和
seed 用于曲线的生成。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.