|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPublicKeySpec
public class ECPublicKeySpec
Elliptic Curve public key specification
Constructor Summary | |
---|---|
ECPublicKeySpec(org.bouncycastle.math.ec.ECPoint q,
ECParameterSpec spec)
base constructor |
Method Summary | |
---|---|
org.bouncycastle.math.ec.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(org.bouncycastle.math.ec.ECPoint q, ECParameterSpec spec)
q
- the public point on the curve.spec
- the domain parameters for the curve.Method Detail |
---|
public org.bouncycastle.math.ec.ECPoint getQ()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |