Struct anj_dm_security_instance_t
Defined in File security_object.h
Struct Documentation
-
struct anj_dm_security_instance_t
Warning
INTERNAL FIELDS: This type contains fields used internally by the Anjay Lite library. Do not access them directly. They are not part of the public API.
Public Members
-
char server_uri[ANJ_SERVER_URI_MAX_SIZE]
-
bool bootstrap_server
-
anj_dm_security_mode_t security_mode
-
uint8_t public_key_or_identity_buff[ANJ_SEC_OBJ_MAX_PUBLIC_KEY_OR_IDENTITY_SIZE]
-
uint8_t server_public_key_buff[ANJ_SEC_OBJ_MAX_SERVER_PUBLIC_KEY_SIZE]
-
uint8_t secret_key_buff[ANJ_SEC_OBJ_MAX_SECRET_KEY_SIZE]
-
anj_crypto_security_info_t public_key_or_identity
-
anj_crypto_security_info_t server_public_key
-
anj_crypto_security_info_t secret_key
-
uint16_t ssid
-
uint32_t client_hold_off_time
-
char server_uri[ANJ_SERVER_URI_MAX_SIZE]