public interface Point
| Modifier and Type | Method and Description |
|---|---|
Point |
add(Point other) |
Point |
copy() |
byte[] |
data() |
boolean |
equals(Object other) |
Point |
getZero() |
boolean |
isZero() |
Point |
mul(Scalar s) |
Point |
negate() |
byte[] |
toBytes() |
com.google.protobuf.ByteString |
toProto() |
String |
toString() |
boolean isZero()
Point negate()
byte[] data()
throws CothorityCryptoException
CothorityCryptoExceptionPoint copy()
com.google.protobuf.ByteString toProto()
byte[] toBytes()
Point getZero()
Copyright © 2019. All rights reserved.