Uses of Class
org.bouncycastle.jce.spec.ECNamedCurveParameterSpec
-
Packages that use ECNamedCurveParameterSpec Package Description org.bouncycastle.jce Utility classes for use with the JCE. -
-
Uses of ECNamedCurveParameterSpec in org.bouncycastle.jce
Methods in org.bouncycastle.jce that return ECNamedCurveParameterSpec Modifier and Type Method Description static ECNamedCurveParameterSpec
ECGOST3410NamedCurveTable. getParameterSpec(String name)
return a parameter spec representing the passed in named curve.static ECNamedCurveParameterSpec
ECNamedCurveTable. getParameterSpec(String name)
return a parameter spec representing the passed in named curve.
-