Class ECKeySpec

  • All Implemented Interfaces:
    java.security.spec.KeySpec
    Direct Known Subclasses:
    ECPrivateKeySpec, ECPublicKeySpec

    public class ECKeySpec
    extends java.lang.Object
    implements java.security.spec.KeySpec
    base class for an Elliptic Curve Key Spec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ECParameterSpec getParams()
      return the domain parameters for the curve
      • Methods inherited from class java.lang.Object

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

      • getParams

        public ECParameterSpec getParams()
        return the domain parameters for the curve