openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CERT_RegisterUserKeyMgrMethod()

int32_t HITLS_CERT_RegisterUserKeyMgrMethod ( HITLS_CERT_UserKeyMgrMethod method)

Callback function related to register the certificate UserKey. Before calling this API, ensure that the HITLS_CERT_RegisterMgrMethod is successfully registered.

Parameters
method[IN] Callback function
Return values
HITLS_SUCCESS,succeeded.
HITLS_NULL_INPUT,thecallback function is NULL.