public class DSASignature
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
r |
private java.math.BigInteger |
s |
Constructor and Description |
---|
DSASignature(java.math.BigInteger r,
java.math.BigInteger s) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getR() |
java.math.BigInteger |
getS() |