如何使用 bouncycastle 获取 ECCurve 的身份元素?

How to get identity element of ECCurve with bouncycastle?

如何获取 Bouncycastle 库中给定 ECCurve 的标识 ECPoint 元素(我认为它是无穷大)。 谢谢

好像真的是无穷大,所以ECCurve.getInfinity()应该是主要选手吧。在 code 中很容易看出它被视为标识元素。