mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 22:44:32 +00:00
- Allows the user to configure optional MAC verification before decrypting content (Fixes #17)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ public class DecryptFailedException extends StorageCryptingException {
|
||||
super("Decryption failed.", t);
|
||||
}
|
||||
|
||||
protected DecryptFailedException(String msg) {
|
||||
public DecryptFailedException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user