public class ECGenParameterSpec extends Object implements AlgorithmParameterSpec
AlgorithmParameterSpec
| Constructor and Description |
|---|
ECGenParameterSpec(String stdName)
使用标准(或预定义)名称
stdName创建EC参数生成的参数
stdName ,以生成相应的(预计算)椭圆曲线域参数。
|
public ECGenParameterSpec(String stdName)
stdName创建EC参数生成的参数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.