org.abstractj.kalium.crypto
public class Point extends Object
private byte[]
point
private static String
STANDARD_GROUP_ELEMENT
Point()
Point(byte[] point)
Point(String point, Encoder encoder)
Point
mult(byte[] n)
mult(String n, Encoder encoder)
byte[]
toBytes()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final String STANDARD_GROUP_ELEMENT
private final byte[] point
public Point()
public Point(byte[] point)
public Point(String point, Encoder encoder)
public Point mult(byte[] n)
public Point mult(String n, Encoder encoder)
public String toString()
toString
Object
public byte[] toBytes()
Copyright © 2015. All Rights Reserved.