public class ECNamedCurveTable extends Object
| Constructor and Description |
|---|
ECNamedCurveTable() |
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
getNames()
return an enumeration of the names of the available curves.
|
static ECNamedCurveParameterSpec |
getParameterSpec(String name)
return a parameter spec representing the passed in named
curve.
|
public static ECNamedCurveParameterSpec getParameterSpec(String name)
name - the name of the curve requestedpublic static Enumeration getNames()
Copyright © 2015. All rights reserved.