CertificateWidget
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_certificate_widget_get_type ()" ) ]
[
Version ( since =
"3.46" ) ]
public class CertificateWidget :
Box,
Accessible,
Buildable,
ConstraintTarget,
Orientable
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.Box
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable