Interface Signature


  • public interface Signature
    Represents R and S component of a Signature obtained through sign function
    • Method Detail

      • getR

        java.math.BigInteger getR()
      • getS

        java.math.BigInteger getS()