|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.jce.spec.ECKeySpec org.gudy.bouncycastle.jce.spec.ECPublicKeySpec
public class ECPublicKeySpec
Elliptic Curve public key specification
Constructor Summary | |
---|---|
ECPublicKeySpec(ECPoint q,
ECParameterSpec spec)
base constructor |
Method Summary | |
---|---|
ECPoint |
getQ()
return the public point q |
Methods inherited from class org.gudy.bouncycastle.jce.spec.ECKeySpec |
---|
getParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
q
- the public point on the curve.spec
- the domain parameters for the curve.Method Detail |
---|
public ECPoint getQ()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |