typedef struct { ... } *SilcPrivateKey, SilcPrivateKeyStruct;
SILC style private key object. Public key is read from file to this object. This object is allocated by silc_pkcs_private_key_alloc and freed by silc_pkcs_private_key_free. The object is given as argument to all silc_pkcs_private_key_* functions.