Interface DSAExt
- All Superinterfaces:
DSA
- All Known Implementing Classes:
DSASigner, DSTU4145Signer, ECDSASigner, ECGOST3410_2012Signer, ECGOST3410Signer, ECNRSigner, GOST3410Signer
An "extended" interface for classes implementing DSA-style algorithms, that provides access to
the group order.
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()Get the order of the group that the r, s values in signatures belong to.Methods inherited from interface DSA
generateSignature, init, verifySignature
-
Method Details
-
getOrder
BigInteger getOrder()Get the order of the group that the r, s values in signatures belong to.
-