summaryrefslogtreecommitdiffstats
path: root/crypt/cryptexception.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-09-21 20:38:56 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-09-21 20:44:17 +0200
commitf57cfd7285dca6dfd16ceec22332436cee3de9cd (patch)
treeaf3362463c5dca7d8e5530a95534b7bc1924f056 /crypt/cryptexception.h
parentc69cbcc54549f1733eefd8c275d083c6fa44cc26 (diff)
downloadsrc-f57cfd7285dca6dfd16ceec22332436cee3de9cd.tar.gz
src-f57cfd7285dca6dfd16ceec22332436cee3de9cd.zip
Nutze DER und zeige Nutzerschlüsselstatus
Der Im/Export von bzw. in DER funktioniert. Außerdem kann nun von außen überprüft werden, ob ein Nutzerschlüssel angelegt bzw. importiert wurde. Werfe einen Fehler, falls ein Nutzerschlüssel nicht vom Typ RSA ist.
Diffstat (limited to 'crypt/cryptexception.h')
-rw-r--r--crypt/cryptexception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h
index 0a4edae..172c5c9 100644
--- a/crypt/cryptexception.h
+++ b/crypt/cryptexception.h
@@ -25,7 +25,8 @@ public:
KeyNotRsa,
CsprngNotSeeded,
NoUserKeyCreated,
- NoRecipients
+ NoRecipients,
+ FormatNotSupported
};
/**