Class

AgsXmlCertificate

Description

class Ags.XmlCertificate : GObject.Object {
  gobject: GObject,
  obj_mutex: GRecMutex,
  filename: gchar*,
  encoding: gchar*,
  dtd: gchar*,
  doc: xmlDoc*,
  root_node: xmlNode*
}
No description available.

Ancestors

Implements

Constructors

ags_xml_certificate_new

Create AgsXmlCertificate.

since: 3.0.0

Instance methods

ags_xml_certificate_open_filename

Open filename.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsCertificate (9)
ags_certificate_get_cert_uuid

Get cert UUID as string vector.

since: 3.0.0

ags_certificate_get_domain

Get domain.

since: 3.0.0

ags_certificate_get_key_type

Get key type.

since: 3.0.0

ags_certificate_get_private_key_file

Get private key file.

since: 3.0.0

ags_certificate_get_public_key_file

Get public key file.

since: 3.0.0

ags_certificate_set_domain

Set domain.

since: 3.0.0

ags_certificate_set_key_type

Set key type.

since: 3.0.0

ags_certificate_set_private_key_file

Set private key file.

since: 3.0.0

ags_certificate_set_public_key_file

Set public key file.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsXmlCertificateClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.