public KeyGenThread(KeyGenWizard p, PublicKeyAlgorithm a, int b) { _parent = p; _algorithm = a; _bitCount = b; _rnd = new KeyGenRandomGenerator(); }
public KeyGenThread(KeyGenForm p, PublicKeyAlgorithm a, Int32 b) { this._parent = p; this._algorithm = a; this._bits = b; this._rnd = new KeyGenRandomGenerator(); }
public KeyGenThread(KeyGenForm p, PublicKeyAlgorithm a, Int32 b) { _parent = p; _algorithm = a; _bits = b; _rnd = new KeyGenRandomGenerator(); }