Future<String> decodePrivateKey( Map<String, dynamic> keyStore, { String? password, }) { return decrypt(keyStore, password: password); }