Class DSASignature


  • public class DSASignature
    extends java.lang.Object
    DSASignature.
    • Constructor Summary

      Constructors 
      Constructor Description
      DSASignature​(java.math.BigInteger r, java.math.BigInteger s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getR()  
      java.math.BigInteger getS()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DSASignature

        public DSASignature​(java.math.BigInteger r,
                            java.math.BigInteger s)
    • Method Detail

      • getR

        public java.math.BigInteger getR()
      • getS

        public java.math.BigInteger getS()