Class ECGOST3410NamedCurveTable


  • public class ECGOST3410NamedCurveTable
    extends java.lang.Object
    a table of locally supported named curves.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ECGOST3410NamedCurveTable

        public ECGOST3410NamedCurveTable()
    • Method Detail

      • getParameterSpec

        public static ECNamedCurveParameterSpec getParameterSpec​(java.lang.String name)
        return a parameter spec representing the passed in named curve. The routine returns null if the curve is not present.
        Parameters:
        name - the name of the curve requested
        Returns:
        a parameter spec for the curve, null if it is not available.
      • getNames

        public static java.util.Enumeration getNames()
        return an enumeration of the names of the available curves.
        Returns:
        an enumeration of the names of the available curves.