Retrieve the certificate issuer from credentials.
#include <sys/credential/credential_cert.h>
int credential_cert_get_issuer(const credential_t *cert,
char **issuer)
BlackBerry 10.3.1
Certificate credentials record.
On return, a pointer to a string containing the certificate issuer. 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 issuer name from the client certificate in a newly allocated buffer.
0 if operation was successful, error code otherwise.