public class RawSignature extends Object
| Constructor and Description |
|---|
RawSignature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurve()
Returns the name of the standard curve.
|
String |
getR()
Returns the signature's 'R' parameter as hex.
|
String |
getS()
Returns the signature's 'S' parameter as hex.
|
void |
setCurve(String curve)
Sets the name of the standard curve.
|
void |
setR(String r)
Sets the signature's 'R' parameter as hex.
|
void |
setS(String s)
Sets the signature's 'S' parameter as hex.
|
public String getCurve()
public void setCurve(String curve)
curve - name of the standard curve.public String getR()
public void setR(String r)
r - the R parameter.public String getS()
public void setS(String s)
s - the S parameter.Copyright © 2022 BlockChyp, Inc.. All rights reserved.