public class ECPointUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
ECPointUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.security.spec.ECPoint |
decodePoint(java.security.spec.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.
|
public static java.security.spec.ECPoint decodePoint(java.security.spec.EllipticCurve curve,
byte[] encoded)
curve - The elliptic curve.encoded - The encoded point.