| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.jce.ECNamedCurveTable
public class 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 requested
public static java.util.Enumeration getNames()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||