Class DSTU4145PointEncoder

java.lang.Object
org.bouncycastle.asn1.ua.DSTU4145PointEncoder

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

    • DSTU4145PointEncoder

      public DSTU4145PointEncoder()
  • Method Details

    • encodePoint

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

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