Retrieve the certificate fingerprint from credentials.
#include <sys/credential/credential_cert.h>
int credential_cert_get_fingerprint(const credential_t *cert,
char **fingerprint)
BlackBerry 10.3.1
Certificate credentials record.
On return, a pointer to a string containing the certificate fingerprint. The string is UTF-8 encoded and null-terminated. You must call credential_util_free() to release this string when you are finished using it.
Retrieve and return the fingerprint from the client certificate in a newly allocated buffer.
0 if operation was successful, error code otherwise.