PlainDsaEncoding public class PlainDsaEncoding : IDsaEncoding Documentation Code public static readonly PlainDsaEncoding Instance public PlainDsaEncoding() protected virtual BigInteger CheckValue(BigInteger n, BigInteger x) public virtual BigInteger[] Decode(BigInteger n, byte[] encoding) protected virtual BigInteger DecodeValue(BigInteger n, byte[] buf, int off, int len) public virtual byte[] Encode(BigInteger n, BigInteger r, BigInteger s) protected virtual void EncodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) public virtual int GetMaxEncodingSize(BigInteger n)