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