Java java.security.spec ECFieldFp fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec ECFieldFp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec ECFieldFp.

The text is from its open source code.

Constructor

ECFieldFp(BigInteger p)
Creates an elliptic curve prime finite field with the specified prime p .

Method

BigIntegergetP()
Returns the prime p of this prime finite field.