|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.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.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()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |