Added PGP encrypt-only

This commit is contained in:
M66B
2023-03-11 09:52:20 +01:00
parent 0496bdb167
commit e436a46928
3 changed files with 58 additions and 21 deletions

View File

@@ -102,6 +102,7 @@ public class EntityMessage implements Serializable {
static final Integer PGP_SIGNONLY = 2;
static final Integer SMIME_SIGNENCRYPT = 3;
static final Integer SMIME_SIGNONLY = 4;
static final Integer PGP_ENCRYPTONLY = 5;
static final Integer PRIORITIY_LOW = 0;
static final Integer PRIORITIY_NORMAL = 1;