Class ECNamedCurveGenParameterSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class ECNamedCurveGenParameterSpec
    extends java.lang.Object
    implements java.security.spec.AlgorithmParameterSpec
    Named curve generation spec

    If you are using JDK 1.5 you should be looking at ECGenParameterSpec.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      return the name of the curve the EC domain parameters belong to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECNamedCurveGenParameterSpec

        public ECNamedCurveGenParameterSpec​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        return the name of the curve the EC domain parameters belong to.