Example usage for Java java.security.spec ECFieldFp fields, constructors, methods, implement or subclass
The text is from its open source code.
ECFieldFp(BigInteger p) Creates an elliptic curve prime finite field with the specified prime p . |
BigInteger | getP() Returns the prime p of this prime finite field. |