|
Bouncy Castle Cryptography 1.26 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.jce.ECNamedCurveTable
a table of locally supported named curves.
| Constructor Summary | |
ECNamedCurveTable()
|
|
| Method Summary | |
static java.util.Enumeration |
getNames()
return an enumeration of the names of the available curves. |
static ECNamedCurveParameterSpec |
getParameterSpec(java.lang.String name)
return a parameter spec representing the passed in named curve. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECNamedCurveTable()
| Method Detail |
public static ECNamedCurveParameterSpec getParameterSpec(java.lang.String name)
name - the name of the curve requestedpublic static java.util.Enumeration getNames()
|
Bouncy Castle Cryptography 1.26 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||