protected AbstractFpPoint(
ECCurve curve,
ECFieldElement x,
ECFieldElement y
)
Protected Sub New (
curve As ECCurve,
x As ECFieldElement,
y As ECFieldElement
)
protected:
AbstractFpPoint(
ECCurve^ curve,
ECFieldElement^ x,
ECFieldElement^ y
)
Org.BouncyCastle.Math.EC.AbstractFpPoint = function(curve, x, y);