hww: impl get_client in Hardware_KeyStore instead of subclasses
This commit is contained in:
@@ -29,9 +29,6 @@ class SafeTKeyStore(Hardware_KeyStore):
|
||||
|
||||
plugin: 'SafeTPlugin'
|
||||
|
||||
def get_client(self, force_pair=True):
|
||||
return self.plugin.get_client(self, force_pair)
|
||||
|
||||
def decrypt_message(self, sequence, message, password):
|
||||
raise UserFacingException(_('Encryption and decryption are not implemented by {}').format(self.device))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user