public class DSASignature
extends java.lang.Object
| 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() |