IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

keyUsageFlags (property)

Flags that show the intended use for the key.

Syntax

@property (nonatomic,readonly,assign,getter=keyUsageFlags) int keyUsageFlags;
- (int)keyUsageFlags;
public var keyUsageFlags: Int32 {
  get {...}
}

Default Value

47

Remarks

Flags that show the intended use for the key. The default value is 0x0F. The value of KeyUsageFlags 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 KeyUsage property for a text representation of KeyUsageFlags.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 iOS Edition - Version 20.0 [Build 8249]