D | cli.py | 115 def perform_operation(self, indata, key, cli_args): member in CryptoOperation 133 outdata = self.perform_operation(indata, key, cli_args) 205 def perform_operation(self, indata, pub_key, cli_args=None): member in EncryptOperation 222 def perform_operation(self, indata, priv_key, cli_args=None): member in DecryptOperation 244 def perform_operation(self, indata, priv_key, cli_args): member in SignOperation 269 def perform_operation(self, indata, pub_key, cli_args): member in VerifyOperation
|