unsigned char *silc_pkcs_get_private_key(SilcPKCS pkcs, SilcUInt32 *len);
Returns SILC style private key. Note that this is not SilcPrivateKey but the raw private key bits from the PKCS. The caller must free the returned data and SHOULD zero the memory area before freeing.