- java.lang.Object
-
- swim.security.EcPointDef
-
public class EcPointDef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerxprotected BigIntegery
-
Constructor Summary
Constructors Constructor Description EcPointDef(BigInteger x, BigInteger y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)static Form<EcPointDef>form()static EcPointDeffrom(ECPoint point)inthashCode()ECPointtoECPoint()ValuetoValue()BigIntegerx()BigIntegery()
-
-
-
Field Detail
-
x
protected final BigInteger x
-
y
protected final BigInteger y
-
-
Constructor Detail
-
EcPointDef
public EcPointDef(BigInteger x, BigInteger y)
-
-
Method Detail
-
x
public final BigInteger x()
-
y
public final BigInteger y()
-
toECPoint
public final ECPoint toECPoint()
-
toValue
public Value toValue()
-
from
public static EcPointDef from(ECPoint point)
-
form
@Kind public static Form<EcPointDef> form()
-
-