|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ua.DSTU4145PointEncoder
DSTU4145 encodes points somewhat differently than X9.62 It compresses the point to the size of the field element
Constructor Summary | |
DSTU4145PointEncoder()
|
Method Summary | |
static org.bouncycastle.math.ec.ECPoint |
decodePoint(org.bouncycastle.math.ec.ECCurve curve,
byte[] bytes)
|
static byte[] |
encodePoint(org.bouncycastle.math.ec.ECPoint Q)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DSTU4145PointEncoder()
Method Detail |
public static byte[] encodePoint(org.bouncycastle.math.ec.ECPoint Q)
public static org.bouncycastle.math.ec.ECPoint decodePoint(org.bouncycastle.math.ec.ECCurve curve, byte[] bytes)
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |