public abstract class Field
extends java.lang.Object
implements java.security.spec.ECField
Modifier and Type | Field and Description |
---|---|
protected static java.util.Hashtable |
INSTANCES |
protected java.math.BigInteger |
mFieldSizeMinusOne |
protected java.math.BigInteger |
mSize |
Modifier | Constructor and Description |
---|---|
protected |
Field(java.math.BigInteger aSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aObject) |
abstract java.math.BigInteger |
fromOctetToFieldElement(byte[] aOctet) |
int |
getFieldSize() |
java.math.BigInteger |
getMSize() |
int |
hashCode() |
protected static final java.util.Hashtable INSTANCES
protected final java.math.BigInteger mSize
protected final java.math.BigInteger mFieldSizeMinusOne
public java.math.BigInteger getMSize()
public int getFieldSize()
getFieldSize
in interface java.security.spec.ECField
public boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public abstract java.math.BigInteger fromOctetToFieldElement(byte[] aOctet)
Copyright © 2025. All rights reserved.