|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ua.DSTU4145PointEncoder
public abstract class 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 ECPoint |
decodePoint(ECCurve curve,
byte[] bytes)
|
static byte[] |
encodePoint(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(ECPoint Q)
public static ECPoint decodePoint(ECCurve curve, byte[] bytes)
|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |