Blame doc/functions/gnutls_x509_privkey_get_pk_algorithm2

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_privkey_get_pk_algorithm2} (gnutls_x509_privkey_t @var{key}, unsigned int * @var{bits})
Packit Service 4684c1
@var{key}: should contain a @code{gnutls_x509_privkey_t}  type
Packit Service 4684c1
Packit Service 4684c1
@var{bits}: The number of bits in the public key algorithm
Packit Service 4684c1
Packit Service 4684c1
This function will return the public key algorithm of a private
Packit Service 4684c1
key.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a member of the @code{gnutls_pk_algorithm_t}  enumeration on
Packit Service 4684c1
success, or a negative error code on error.
Packit Service 4684c1
@end deftypefun