IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_usage_flags Property

Flags that show the intended use for the key.

Syntax

def get_key_usage_flags() -> int: ...

key_usage_flags = property(get_key_usage_flags, None)

Default Value

47

Remarks

Flags that show the intended use for the key. The default value is 0x0F. The value of key_usage_flags is a combination of the following flags:

0x01This key may be used to certify other keys.
0x02This key may be used to sign data.
0x0CThis key may be used to encrypt communications and encrypt storage.
0x10The private component of this key may have been split by a secret-sharing mechanism.
0x20This key may be used for authentication.
0x80The private component of this key may be in the possession of more than one person.

Please refer to the key_usage property for a text representation of key_usage_flags.

This property is read-only.

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