Function anjay_security_object_install
Defined in File security.h
Function Documentation
-
int anjay_security_object_install(anjay_t *anjay)
Installs the Security Object in an Anjay instance.
The Security module does not require explicit cleanup; all resources will be automatically freed up during the call to anjay_delete.
- Parameters:
anjay – Anjay instance for which the Security Object is installed.
- Returns:
0 on success, or a negative value in case of error.