Method

GioTlsCertificateget_issuer

since: 2.28

Declaration

GTlsCertificate*
g_tls_certificate_get_issuer (
  GTlsCertificate* cert
)

Description

Gets the GTlsCertificate representing certs issuer, if known.

Available since: 2.28

Return value

Type: GTlsCertificate

The certificate of certs issuer, or NULL if cert is self-signed or signed with an unknown certificate.

The data is owned by the instance.
The return value can be NULL.