|
Bouncy Castle Cryptography 1.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.jce.ECPointUtil
public class ECPointUtil
Utility class for handling EC point compression.
| Constructor Summary | |
|---|---|
ECPointUtil()
|
|
| Method Summary | |
|---|---|
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 pg 17) returning the point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ECPointUtil()
| Method Detail |
|---|
public static java.security.spec.ECPoint decodePoint(java.security.spec.EllipticCurve curve,
byte[] encoded)
|
Bouncy Castle Cryptography 1.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||