软件包 | 描述 |
---|---|
java.security.spec |
提供关键规格和算法参数规格的类和接口。
|
Modifier and Type | Method and Description |
---|---|
EllipticCurve |
ECParameterSpec.getCurve()
返回此参数定义的椭圆曲线。
|
Constructor and Description |
---|
ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
根据指定的值创建椭圆曲线域参数。
|
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.