void MHEG5InvalidateSigCertCache(void)
Invalidate the certificates in the certificate cache.
Definition: mh5sig.c:262
MHEG5SigVerifyStatus_t MHEG5IsValidSignature(MHEG5String *hash, MHEG5String *signature)
Check whether the signature is valid.
Definition: mh5sig.c:181
MHEG5SigVerifyStatus_t
Definition: mh5sig.h:37
void MHEG5SetSigVerifyCallback(void(*callback)(void))
Sets the callback to be called when pending requests are resolved.
Definition: mh5sig.c:290
void MHEG5ClearSigCertCache(void)
Clear the signature certificate cache and all related information.
Definition: mh5sig.c:242