decodePoint abstract method

ECPoint? decodePoint(
  1. List<int> encoded
)

Decode a point on this curve from its ASN.1 encoding. The different encodings are taken account of, including point compression for Fp (X9.62 s 4.2.1 pg 17).

Implementation

ECPoint? decodePoint(List<int> encoded);