mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Fixed certificate import
This commit is contained in:
parent
1c2383cb13
commit
cf89f814af
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class EntityCertificate {
|
|||
|
||||
public static EntityCertificate fromJSON(JSONObject json) throws JSONException, CertificateException, NoSuchAlgorithmException {
|
||||
EntityCertificate certificate = new EntityCertificate();
|
||||
certificate.id = json.getLong("id");
|
||||
// id
|
||||
certificate.intermediate = json.optBoolean("intermediate");
|
||||
certificate.email = json.getString("email");
|
||||
certificate.data = json.getString("data");
|
||||
|
|
Loading…
Reference in a new issue