Blame doc/functions/gnutls_privkey_get_spki

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_privkey_get_spki} (gnutls_privkey_t @var{privkey}, gnutls_x509_spki_t @var{spki}, unsigned int @var{flags})
Packit Service 4684c1
@var{privkey}: a public key of type @code{gnutls_privkey_t} 
Packit Service 4684c1
Packit Service 4684c1
@var{spki}: a SubjectPublicKeyInfo structure of type @code{gnutls_privkey_spki_t} 
Packit Service 4684c1
Packit Service 4684c1
@var{flags}: must be zero
Packit Service 4684c1
Packit Service 4684c1
This function will return the public key information if available.
Packit Service 4684c1
The provided  @code{spki} must be initialized.
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.6.0
Packit Service 4684c1
@end deftypefun