- java.lang.Object
-
- swim.security.EcFieldDef
-
- Direct Known Subclasses:
EcCharacteristic2FieldDef,EcPrimeFieldDef
public abstract class EcFieldDef extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static swim.structure.Form<EcFieldDef>form()static EcFieldDeffrom(ECField field)abstract ECFieldtoECField()abstract swim.structure.ValuetoValue()
-
-
-
Method Detail
-
toECField
public abstract ECField toECField()
-
toValue
public abstract swim.structure.Value toValue()
-
from
public static EcFieldDef from(ECField field)
-
form
@Kind public static swim.structure.Form<EcFieldDef> form()
-
-