Map<String, dynamic> toJson() { return { "publicKeyURL": publicKeyURL, "signature": signature, "salt": salt, "timestamp": timestamp, }; }