public class PointFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
Point |
fromProto(com.google.protobuf.ByteString pubkey)
Create a point using a protobuf input
|
Point |
fromToml(String suite,
String pubhex)
Create a point using a toml input string
|
static PointFactory |
getInstance()
Get the singleton instance of the factory
|
public static PointFactory getInstance()
public Point fromProto(com.google.protobuf.ByteString pubkey)
pubkey - the byte string of the public keyCopyright © 2019. All rights reserved.