IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

list_keys Method

Lists keys in the specified Keyring .

Syntax

def list_keys() -> str: ...

Remarks

This method lists the keys (public/private key pairs) in the specified keyring. The results are provided through the on_key_list event.

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

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