



@deftypefun {int} {gnutls_x509_spki_get_rsa_oaep_params} (gnutls_x509_spki_t @var{spki}, gnutls_digest_algorithm_t * @var{dig}, gnutls_datum_t * @var{label})
@var{spki}: the SubjectPublicKeyInfo structure

@var{dig}: if non-NULL, it will hold the digest algorithm

@var{label}: if non-NULL, it will hold the pointer to label

This function will get the public key algorithm parameters
of RSA-OAEP type.

@strong{Returns:} zero if the parameters are present or a negative
value on error.

@strong{Since:} 3.8.4
@end deftypefun
