初始化
Future init(String key) async { final keyFile = await rootBundle.loadString(key); k = RSAKeyParser().parse(keyFile); }