Class ECPublicKeySpec

java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPublicKeySpec
All Implemented Interfaces:
KeySpec

public class ECPublicKeySpec extends ECKeySpec
Elliptic Curve public key specification
  • Constructor Details

    • 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 Details

    • getQ

      public ECPoint getQ()
      return the public point q