CertificateWidget
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_certificate_widget_get_type ()" ) ]
[
Version ( since =
"3.46" ) ]
public class CertificateWidget :
ScrolledWindow,
Implementor,
Buildable
Content:
Creation methods:
Methods:
- public bool get_has_data ()
Returns whether the this shows any
certificate data.
- public void set_der (void* der_data, uint der_data_len)
Updates the content of the this with
the certificate information described by the der_data of the length der_data_len in the DER format.
- public void set_pem (string? pem_data)
Updates the content of the this with
the certificate information described by the pem_data in the PEM format.
Inherited Members:
All known members inherited from class Gtk.ScrolledWindow
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable