Class ECPublicKeySpec

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

    public class ECPublicKeySpec
    extends ECKeySpec
    Elliptic Curve public key specification
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ECPoint q  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ECPoint getQ()
      return the public point q
      • Methods inherited from class java.lang.Object

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

      • ECPublicKeySpec

        public ECPublicKeySpec​(ECPoint q,
                               ECParameterSpec spec)
        base constructor
        Parameters:
        q - the public point on the curve.
        spec - the domain parameters for the curve.
    • Method Detail

      • getQ

        public ECPoint getQ()
        return the public point q