public Spider(PathUtil pathUtil, Decrypter decrypter, byte[] pwd) { this.pathUtil = pathUtil; this.decrypter = decrypter; this.pwd = pwd; }
public Spider(PathUtil pathUtil, Encrypter encrypter) { this.pathUtil = pathUtil; this.encrypter = encrypter; }