char *silc_pkcs_encode_identifier(char *username, char *host, char *realname, char *email, char *org, char *country);
Encodes and returns SILC public key identifier. If some of the arguments is NULL those are not encoded into the identifier string. Protocol says that at least username and host must be provided.