IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

list_subkeys Method

Lists the subkeys of the currently selected key.

Syntax

def list_subkeys() -> str: ...

Remarks

This method lists all subkeys of current key. The on_subkey_list event will be fired for each subkey.

SubkeyList data will also be returned from this method, however it is recommended to use the on_subkey_list event if possible.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]