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.ECFieldpublic boolean equals(java.lang.Object aObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic abstract java.math.BigInteger fromOctetToFieldElement(byte[] aOctet)
Copyright © 2025. All rights reserved.