+ /**
+ * Adds or updates the given identityKey for the user name and sets the trustLevel and added timestamp.
+ *
+ * @param name User name, i.e. phone number
+ * @param identityKey The user's public key
+ * @param trustLevel
+ * @param added Added timestamp, if null and the key is newly added, the current time is used.
+ */
+ public void saveIdentity(String name, IdentityKey identityKey, TrustLevel trustLevel, Date added) {