Package org.bouncycastle.math.field
Interface FiniteField
-
- All Known Subinterfaces:
ExtensionField
,PolynomialExtensionField
public interface FiniteField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getCharacteristic()
int
getDimension()
-
-
-
Method Detail
-
getCharacteristic
BigInteger getCharacteristic()
-
getDimension
int getDimension()
-
-