Data structure for a device private key.
Public Attributes#
uint32_t
Private key when type is SL_WISUN_KEYCHAIN_KEY_TYPE_ID.
Keychain were the private keý is stored.
Private key when type is SL_WISUN_KEYCHAIN_KEY_TYPE_PLAINTEXT.
Type of the private key.
union sl_wisun_keychain_key_t::@4
Private key.
Public Attribute Documentation#
key_id#
uint32_t sl_wisun_keychain_key_t::key_id
Private key when type is SL_WISUN_KEYCHAIN_KEY_TYPE_ID.
keychain#
sl_wisun_keychain_t sl_wisun_keychain_key_t::keychain
Keychain were the private keý is stored.
plaintext#
sl_wisun_keychain_entry_t sl_wisun_keychain_key_t::plaintext
Private key when type is SL_WISUN_KEYCHAIN_KEY_TYPE_PLAINTEXT.