java.lang.Object
swim.security.EcDef
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BigIntegerprotected final BigIntegerprotected final EcFieldDefprotected final Stringprotected final byte[] -
Constructor Summary
ConstructorsConstructorDescriptionEcDef(String name, EcFieldDef field, BigInteger a, BigInteger b, byte[] seed) EcDef(EcFieldDef field, BigInteger a, BigInteger b) EcDef(EcFieldDef field, BigInteger a, BigInteger b, byte[] seed) -
Method Summary
Modifier and TypeMethodDescriptionfinal BigIntegera()final BigIntegerb()booleanfinal EcFieldDeffield()static swim.structure.Form<EcDef>form()static EcDeffrom(EllipticCurve curve) inthashCode()final Stringname()swim.structure.ValuetoValue()
-
Field Details
-
name
-
field
-
a
-
b
-
seed
protected final byte[] seed
-
-
Constructor Details
-
EcDef
-
EcDef
-
EcDef
-
-
Method Details