- Allows the user to configure optional MAC verification before decrypting content (Fixes #17)

This commit is contained in:
Sebastian Stenzel
2015-01-07 20:00:09 +01:00
parent b6b3360325
commit deb10c1256
15 changed files with 117 additions and 49 deletions
@@ -7,7 +7,7 @@ public class DecryptFailedException extends StorageCryptingException {
super("Decryption failed.", t);
}
protected DecryptFailedException(String msg) {
public DecryptFailedException(String msg) {
super(msg);
}
}