Class ECPublicKeySpec

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

    public class ECPublicKeySpec
    extends ECKeySpec
    Elliptic Curve public key specification
    • 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