| java.lang.Object org.bouncycastle.jce.ECPointUtil
ECPointUtil | public class ECPointUtil (Code) | | Utility class for handling EC point decoding.
|
Method Summary | |
public static ECPoint | decodePoint(EllipticCurve curve, byte[] encoded) Decode a point on this curve which has been encoded using point
compression (X9.62 s 4.2.1 and 4.2.2) or regular encoding.
Parameters: curve - The elliptic curve. Parameters: encoded - The encoded point. |
decodePoint | public static ECPoint decodePoint(EllipticCurve curve, byte[] encoded)(Code) | | Decode a point on this curve which has been encoded using point
compression (X9.62 s 4.2.1 and 4.2.2) or regular encoding.
Parameters: curve - The elliptic curve. Parameters: encoded - The encoded point. the decoded point. |
|
|