Bouncy Castle Cryptography 1.11 API Specification: Class ECPublicKeySpec
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |