aboutsummaryrefslogtreecommitdiff
path: root/include/NitrokeyManager.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-02-03 17:23:44 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:42 +0100
commitdb76ae5299f3650385f66e4c596b18fd54250d38 (patch)
treeed61a9ec409ff1431ed49b7ddb7dfd40216d96d5 /include/NitrokeyManager.h
parent767e24572db2bbc4b9837c32ffc0bab4e1ad0b81 (diff)
downloadlibnitrokey-db76ae5299f3650385f66e4c596b18fd54250d38.tar.gz
libnitrokey-db76ae5299f3650385f66e4c596b18fd54250d38.tar.bz2
Allow users to lock encrypted volumes specifically
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r--include/NitrokeyManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h
index 4a98e94..b89db63 100644
--- a/include/NitrokeyManager.h
+++ b/include/NitrokeyManager.h
@@ -91,8 +91,10 @@ namespace nitrokey {
bool is_AES_supported(const char *user_password);
void unlock_encrypted_volume(const char *user_password);
+ void lock_encrypted_volume();
void unlock_hidden_volume(const char *hidden_volume_password);
+ void lock_hidden_volume();
void set_unencrypted_read_only(const char *user_pin);