Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPublicKeySpec
public class ECPublicKeySpec
extends ECKeySpec
Constructor 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.