Package org.bouncycastle.asn1.ua
Class DSTU4145PointEncoder
- java.lang.Object
-
- org.bouncycastle.asn1.ua.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 Summary
Constructors Constructor Description DSTU4145PointEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ECPoint
decodePoint(ECCurve curve, byte[] bytes)
static byte[]
encodePoint(ECPoint Q)
-