protected AbstractF2mPoint(
ECCurve curve,
ECFieldElement x,
ECFieldElement y,
ECFieldElement[] zs
)
Protected Sub New (
curve As ECCurve,
x As ECFieldElement,
y As ECFieldElement,
zs As ECFieldElement()
)
protected:
AbstractF2mPoint(
ECCurve^ curve,
ECFieldElement^ x,
ECFieldElement^ y,
array<ECFieldElement^>^ zs
)
Org.BouncyCastle.Math.EC.AbstractF2mPoint = function(curve, x, y, zs);