diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-19 00:39:23 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-19 00:50:27 +0200 |
| commit | aac2957ab6f98d087f8fb9ff68da39fe68c40e3d (patch) | |
| tree | 8760ca11276ea47e9eb9d3ed5c063a39ffb76869 /crypt/cryptexception.h | |
| parent | d0d366731425ad6c5a221d5c12968632e7ba1478 (diff) | |
| download | src-aac2957ab6f98d087f8fb9ff68da39fe68c40e3d.tar.gz src-aac2957ab6f98d087f8fb9ff68da39fe68c40e3d.zip | |
Werfe mehr Fehler und nutze mehr Funktionen
Diffstat (limited to 'crypt/cryptexception.h')
| -rw-r--r-- | crypt/cryptexception.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h index 7f70211..768e144 100644 --- a/crypt/cryptexception.h +++ b/crypt/cryptexception.h @@ -18,7 +18,9 @@ public: DecryptionErrorRsa, DecryptionErrorAes, OpenSslError, - KeyNotRsa + KeyNotRsa, + CsprngNotSeeded, + NoUserKeyCreated }; /** |
