Blame doc/functions/gnutls_privkey_import_pkcs11_url

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_privkey_import_pkcs11_url} (gnutls_privkey_t @var{key}, const char * @var{url})
Packit Service 4684c1
@var{key}: A key of type @code{gnutls_pubkey_t} 
Packit Service 4684c1
Packit Service 4684c1
@var{url}: A PKCS 11 url
Packit Service 4684c1
Packit Service 4684c1
This function will import a PKCS 11 private key to a @code{gnutls_private_key_t} 
Packit Service 4684c1
type.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit Service 4684c1
negative error value.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 3.1.0
Packit Service 4684c1
@end deftypefun