org.bouncycastle.crypto
Interface DSAExt
- All Superinterfaces:
- DSA
- All Known Implementing Classes:
- DSTU4145Signer, ECNRSigner, ECDSASigner, GOST3410Signer, DSASigner, ECGOST3410Signer
- public interface DSAExt
- extends DSA
An "extended" interface for classes implementing DSA-style algorithms, that provides access to
the group order.
Method Summary |
java.math.BigInteger |
getOrder()
Get the order of the group that the r, s values in signatures belong to. |
getOrder
public java.math.BigInteger getOrder()
- Get the order of the group that the r, s values in signatures belong to.