public class DSASignature extends java.lang.Object
DSASignature(java.math.BigInteger r, java.math.BigInteger s)
java.math.BigInteger
getR()
getS()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DSASignature(java.math.BigInteger r, java.math.BigInteger s)
public java.math.BigInteger getR()
public java.math.BigInteger getS()