public SlaveWorkFlow() { this.RSAEnrcypter = new RSA(); this.TDESEncrypter = new TDES(); this.fileHandler = new XMLHandler(); this.tdes2 = new TdesV2(); }
public MasterWorkFlow() { this.RSAEnrcypter = new RSA(); this.TDESEncrypter = new TDES(); this.fileHandler = new XMLHandler(); this.TdesKeys = new string[3]; this.TdesIV = new byte[8]; this.tdes2 = new TdesV2(); }