How to convert BigInteger into ECPoint?

Please fill out the fields below so we can help you better.

My domain is:

I ran this command:BigInteger S = java.math.BigInteger.valueOf(0);ECPoint R = S;

It produced this output: convert BigInt to ECPoint

My operating system is (include version): windows 7

My web server is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know):

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

I’m confused here as to how this relates to LE certs. Can you provide a little background ?

ECPoint is usually what it says, a point, defined by an X and Y number … whereas BigInteger is just a number … so the questions isn’t fully making sense to me.