Package org.gudy.bouncycastle.math.ec
Class ECFieldElement
java.lang.Object
org.gudy.bouncycastle.math.ec.ECFieldElement
- All Implemented Interfaces:
ECConstants
- Direct Known Subclasses:
ECFieldElement.F2m
,ECFieldElement.Fp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class representing the Elements of the finite fieldF2m
in polynomial basis (PB) representation.static class
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ECFieldElement
abstract ECFieldElement
abstract String
abstract int
abstract ECFieldElement
invert()
abstract ECFieldElement
abstract ECFieldElement
negate()
abstract ECFieldElement
sqrt()
abstract ECFieldElement
square()
abstract ECFieldElement
abstract BigInteger
toString()