IDsaEncoding public interface IDsaEncoding An interface for different encoding formats for DSA signatures. Documentation Code BigInteger[] Decode(BigInteger n, byte[] encoding) Decode the (r, s) pair of a DSA signature. byte[] Encode(BigInteger n, BigInteger r, BigInteger s) Encode the (r, s) pair of a DSA signature. int GetMaxEncodingSize(BigInteger n)