IDsa
Interface for classes implementing the Digital Signature Algorithm
The algorithm name.
The order of the group that the r, s values in signatures belong to.
Sign the passed in message (usually the output of a hash function).
Initialise the signer for signature generation or signature verification.
Verify the message message against the signature values r and s.