| java.lang.Object | |
| ↳ | org.bouncycastle.jce.ECGOST3410NamedCurveTable |
a table of locally supported named curves.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
return an enumeration of the names of the available curves.
| |||||||||||
return a parameter spec representing the passed in named
curve.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
return an enumeration of the names of the available curves.
return a parameter spec representing the passed in named curve. The routine returns null if the curve is not present.
| name | the name of the curve requested |
|---|