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 classClass representing the Elements of the finite fieldF2min polynomial basis (PB) representation.static class -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ECFieldElementabstract ECFieldElementabstract Stringabstract intabstract ECFieldElementinvert()abstract ECFieldElementabstract ECFieldElementnegate()abstract ECFieldElementsqrt()abstract ECFieldElementsquare()abstract ECFieldElementabstract BigIntegertoString()
-
Constructor Details
-
ECFieldElement
public ECFieldElement()
-
-
Method Details
-
toBigInteger
-
getFieldName
-
getFieldSize
public abstract int getFieldSize() -
add
-
subtract
-
multiply
-
divide
-
negate
-
square
-
invert
-
sqrt
-
toString
-