SignatureInterface
in
This is the contract for describing a signature used in ECDSA.
Table of Contents
Methods
- getR() : GMP
- Returns the r parameter of the signature.
- getS() : GMP
- Returns the s parameter of the signature.
Methods
getR()
Returns the r parameter of the signature.
public
getR() : GMP
Return values
GMPgetS()
Returns the s parameter of the signature.
public
getS() : GMP