StandardDsaEncoding public class StandardDsaEncoding : IDsaEncoding Documentation public static readonly StandardDsaEncoding Instance public StandardDsaEncoding() protected virtual BigInteger CheckValue(BigInteger n, BigInteger x) public virtual BigInteger[] Decode(BigInteger n, byte[] encoding) protected virtual BigInteger DecodeValue(BigInteger n, Asn1Sequence s, int pos) public virtual byte[] Encode(BigInteger n, BigInteger r, BigInteger s) protected virtual DerInteger EncodeValue(BigInteger n, BigInteger x) public virtual int GetMaxEncodingSize(BigInteger n)