Documentation

SignatureInterface

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
GMP

getS()

Returns the s parameter of the signature.

public getS() : GMP
Return values
GMP

        
On this page

Search results