Interface

AgsCertificate

[]

Description

interface Ags.Certificate : GObject.Object

No description available.

[]

Prerequisite

In order to implement Certificate, your type must inherit fromGObject.

Implementations

[]

Instance methods

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

Interface structure

[]

Virtual methods

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