public class ECGenParameterSpec extends Object implements AlgorithmParameterSpec
AlgorithmParameterSpec
| Constructor and Description |
|---|
ECGenParameterSpec(String stdName)
创建一个电子商务参数生成使用一个标准的参数规格(或预定)的名字
stdName为了生成相应的(预)椭圆曲线域参数。
|
public ECGenParameterSpec(String stdName)
stdName为了生成相应的(预)椭圆曲线域参数。对于支持的名称的列表,请咨询实施将使用的供应商的文档。
stdName对要产生的EC域参数的标准名称。
NullPointerException -如果
stdName是空的。
public String getName()
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.