diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-19 00:41:04 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-19 01:46:23 +0200 |
| commit | 0a914f5edc5a5981de82c3f63c7ae5061dc6b966 (patch) | |
| tree | 10aafe542b06d6236558ce6b8c44548418e11abc /crypt/cryptexception.h | |
| parent | aac2957ab6f98d087f8fb9ff68da39fe68c40e3d (diff) | |
| download | src-0a914f5edc5a5981de82c3f63c7ae5061dc6b966.tar.gz src-0a914f5edc5a5981de82c3f63c7ae5061dc6b966.zip | |
Implementiere erste Version von RSA für PEM Keys
Diffstat (limited to 'crypt/cryptexception.h')
| -rw-r--r-- | crypt/cryptexception.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h index 768e144..513fb8d 100644 --- a/crypt/cryptexception.h +++ b/crypt/cryptexception.h @@ -20,7 +20,8 @@ public: OpenSslError, KeyNotRsa, CsprngNotSeeded, - NoUserKeyCreated + NoUserKeyCreated, + NoRecipients }; /** |
