Map<String, dynamic> toJsonExport() { return { 'publicKey': publicKey, 'privateKey': privateKey, }; }