public class RawPublicKey extends Object
Constructor and Description |
---|
RawPublicKey() |
Modifier and Type | Method and Description |
---|---|
String |
getCurve()
Returns the name of the standard curve.
|
String |
getX()
Returns the X coordinate as hex.
|
String |
getY()
Returns the Y coordinate as hex.
|
void |
setCurve(String curve)
Sets the name of the standard curve.
|
void |
setX(String x)
Sets the X coordinate in hex.
|
void |
setY(String y)
Sets the Y coordinate in hex.
|
public String getCurve()
public void setCurve(String curve)
curve
- name of the standard curve.public String getX()
public void setX(String x)
x
- the X coordinate.public String getY()
public void setY(String y)
y
- the Y coordinate.Copyright © 2022 BlockChyp, Inc.. All rights reserved.