| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.jce.spec.ECKeySpecorg.bouncycastle.jce.spec.ECPublicKeySpecpublic class ECPublicKeySpecextends ECKeySpecConstructor Summary | |
| |
Method Summary | |
org.bouncycastle.math.ec.ECPoint |
|
public ECPublicKeySpec(org.bouncycastle.math.ec.ECPoint q,
ECParameterSpec spec)base constructor
- Parameters:
q- the public point on the curve.spec- the domain parameters for the curve.