JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.hyperledger.besu.plugin.services.securitymodule.data
Signature
Contents
Description
Method Summary
Method Details
getR()
getS()
Hide sidebar
Show sidebar
Interface Signature
public interface
Signature
Represents R and S component of a Signature obtained through sign function
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
BigInteger
getR
()
Gets R.
BigInteger
getS
()
Gets S.
Method Details
getR
BigInteger
getR
()
Gets R.
Returns:
the R
getS
BigInteger
getS
()
Gets S.
Returns:
the S