Example #1
0
 public KeyGenThread(KeyGenWizard p, PublicKeyAlgorithm a, int b)
 {
     _parent = p;
     _algorithm = a;
     _bitCount = b;
     _rnd = new KeyGenRandomGenerator();
 }
Example #2
0
 public KeyGenThread(KeyGenForm p, PublicKeyAlgorithm a, Int32 b)
 {
     this._parent = p;
     this._algorithm = a;
     this._bits = b;
     this._rnd = new KeyGenRandomGenerator();
 }
Example #3
0
 public KeyGenThread(KeyGenWizard p, PublicKeyAlgorithm a, int b)
 {
     _parent    = p;
     _algorithm = a;
     _bitCount  = b;
     _rnd       = new KeyGenRandomGenerator();
 }
Example #4
0
 public KeyGenThread(KeyGenForm p, PublicKeyAlgorithm a, Int32 b)
 {
     _parent    = p;
     _algorithm = a;
     _bits      = b;
     _rnd       = new KeyGenRandomGenerator();
 }