Interface ECPublicKey

All Superinterfaces:
ECKey, Key, PublicKey, Serializable
All Known Implementing Classes:
JCEECPublicKey

public interface ECPublicKey extends ECKey, PublicKey
interface for elliptic curve public keys.
  • Method Details

    • getQ

      ECPoint getQ()
      return the public point Q
    • getParams

      ECParameterSpec getParams()
      Description copied from interface: ECKey
      return a parameter specification representing the EC domain parameters for the key.
      Specified by:
      getParams in interface ECKey