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 java.math.BigInteger
getR()
java.math.BigInteger
getS()
-