aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-12-12 15:48:38 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2016-12-12 15:48:38 +0100
commite26c6da38c674d8ec37e402132dab823bd22bd36 (patch)
treea6d3775f20ac86e7cdbbc151e0f51620d1399e56
parent9c627a75f027e2a6a9518869dc48fba28904ba49 (diff)
downloadlibnitrokey-e26c6da38c674d8ec37e402132dab823bd22bd36.tar.gz
libnitrokey-e26c6da38c674d8ec37e402132dab823bd22bd36.tar.bz2
Use the rest of the Pro 0.7 commands in 0.8 interface
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--include/stick10_commands_0.8.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/stick10_commands_0.8.h b/include/stick10_commands_0.8.h
index 7de2177..9594d1e 100644
--- a/include/stick10_commands_0.8.h
+++ b/include/stick10_commands_0.8.h
@@ -25,6 +25,27 @@ namespace nitrokey {
using stick10::UserAuthenticate;
using stick10::SetTime;
using stick10::GetStatus;
+ using stick10::BuildAESKey;
+ using stick10::ChangeAdminPin;
+ using stick10::ChangeUserPin;
+ using stick10::EnablePasswordSafe;
+ using stick10::ErasePasswordSafeSlot;
+ using stick10::FactoryReset;
+ using stick10::GetPasswordRetryCount;
+ using stick10::GetUserPasswordRetryCount;
+ using stick10::GetPasswordSafeSlotLogin;
+ using stick10::GetPasswordSafeSlotName;
+ using stick10::GetPasswordSafeSlotPassword;
+ using stick10::GetPasswordSafeSlotStatus;
+ using stick10::GetSlotName;
+ using stick10::IsAESSupported;
+ using stick10::LockDevice;
+ using stick10::PasswordSafeInitKey;
+ using stick10::PasswordSafeSendSlotViaHID;
+ using stick10::SetPasswordSafeSlotData;
+ using stick10::SetPasswordSafeSlotData2;
+ using stick10::UnlockUserPassword;
+ using stick10::ReadSlot;
class EraseSlot : Command<CommandID::ERASE_SLOT> {
public: