java.lang.Object
swim.security.EcDomainDef
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EcPointDefprotected final intprotected final EcDefprotected final Stringprotected final BigIntegerprotected ECParameterSpec -
Constructor Summary
ConstructorsConstructorDescriptionEcDomainDef(String name, EcDef curve, EcPointDef base, BigInteger order, int cofactor) EcDomainDef(EcDef curve, EcPointDef base, BigInteger order, int cofactor) -
Method Summary
Modifier and TypeMethodDescriptionfinal EcPointDefbase()final intcofactor()static EcDomainDefcreate(String name, ECParameterSpec params) static EcDomainDefcreate(ECParameterSpec params) final EcDefcurve()static swim.structure.Form<EcDomainDef>form()static EcDomainDeffinal Stringname()final BigIntegerorder()swim.structure.ValuetoValue()
-
Field Details
-
name
-
curve
-
base
-
order
-
cofactor
protected final int cofactor -
params
-
-
Constructor Details
-
EcDomainDef
-
EcDomainDef
-
-
Method Details
-
name
-
curve
-
base
-
order
-
cofactor
public final int cofactor() -
toECParameterSpec
-
toValue
public swim.structure.Value toValue() -
create
-
create
-
forName
-
form
-