Class DSTU4145PointEncoder


  • public abstract class DSTU4145PointEncoder
    extends java.lang.Object
    DSTU4145 encodes points somewhat differently than X9.62 It compresses the point to the size of the field element
    • Constructor Detail

      • DSTU4145PointEncoder

        public DSTU4145PointEncoder()
    • Method Detail

      • encodePoint

        public static byte[] encodePoint​(ECPoint Q)
      • decodePoint

        public static ECPoint decodePoint​(ECCurve curve,
                                          byte[] bytes)