- java.lang.Object
-
- swim.security.EcPointDef
-
public class EcPointDef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
x
protected BigInteger
y
-
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 boolean
equals(Object other)
static Form<EcPointDef>
form()
static EcPointDef
from(ECPoint point)
int
hashCode()
ECPoint
toECPoint()
Value
toValue()
BigInteger
x()
BigInteger
y()
-
-
-
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()
-
-