public class DSASignature extends Object
Constructor and Description |
---|
DSASignature(BigInteger r,
BigInteger s) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getR() |
BigInteger |
getS() |
public DSASignature(BigInteger r, BigInteger s)
public BigInteger getR()
public BigInteger getS()
Copyright © 2022. All rights reserved.