31 if (keyGenerated !=
null)
64 private void add(
byte[] a,
byte[] b,
int value)
143 return "http://www.w3.org/2000/09/xmldsig#dsa-sha1";
181 if (parameters.
Q ==
null || parameters.
G ==
null)
187 if (parameters.
X ==
null)
197 if (parameters.
X !=
null)
201 if (parameters.
Y !=
null)
209 if (parameters.
J !=
null)
224 if (parameters.
Seed !=
null)
287 return "invalid hash length";
301 return "invalid hash length" !=
null;
334 return "rgbHash" !=
null;
354 if (bigInteger2 ==
null)
364 if (bigInteger4 ==
null)
374 if (bigInteger6 ==
null)
384 if (bigInteger8 ==
null)
394 if (bigInteger10 ==
null)
404 if (bigInteger12 ==
null)
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
static uint modInverse(BigInteger bi, uint modulus)
static BigInteger.Sign Compare(BigInteger bi1, BigInteger bi2)
static BigInteger[] multiByteDivide(BigInteger bi1, BigInteger bi2)
BigInteger ModPow(BigInteger exp, BigInteger n)
void Randomize(RandomNumberGenerator rng)
static BigInteger GenerateRandom(int bits, RandomNumberGenerator rng)
KeyGeneratedEventHandler(object @object, IntPtr method)
void Invoke(object sender, EventArgs e)
override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature)
override DSAParameters ExportParameters(bool includePrivateParameters)
DSAManaged(int dwKeySize)
override void Dispose(bool disposing)
override byte[] CreateSignature(byte[] rgbHash)
void GenerateParams(int keyLength)
DSAManaged.KeyGeneratedEventHandler KeyGenerated
override string KeyExchangeAlgorithm
void add(byte[] a, byte[] b, int value)
RandomNumberGenerator rng
byte[] NormalizeArray(byte[] array)
override string SignatureAlgorithm
override void ImportParameters(DSAParameters parameters)
static Delegate Combine(Delegate a, Delegate b)
static Delegate Remove(Delegate source, Delegate value)
byte[] ComputeHash(byte[] buffer)
static RandomNumberGenerator Create()