Gcr.CertificateExtensionSubjectAltName

g GObject.GInterface GObject.GInterface Gio.ListModel Gio.ListModel GObject.GInterface->Gio.ListModel GObject.Object GObject.Object Gcr.CertificateExtension Gcr.CertificateExtension GObject.Object->Gcr.CertificateExtension Gcr.CertificateExtensionSubjectAltName Gcr.CertificateExtensionSubjectAltName Gcr.CertificateExtension->Gcr.CertificateExtensionSubjectAltName Gio.ListModel->Gcr.CertificateExtensionSubjectAltName

Subclasses:

None

Methods

Inherited:

Gcr.CertificateExtension (4), GObject.Object (37), Gio.ListModel (4)

Structs:

GObject.ObjectClass (5)

get_name (position)

Virtual Methods

Inherited:

GObject.Object (7), Gio.ListModel (3)

Properties

Inherited:

Gcr.CertificateExtension (3)

Signals

Inherited:

GObject.Object (1), Gio.ListModel (1)

Fields

Inherited:

GObject.Object (1), Gio.ListModel (1)

Class Details

class Gcr.CertificateExtensionSubjectAltName(**kwargs)
Bases:

Gcr.CertificateExtension, Gio.ListModel

Abstract:

No

Structure:

Gcr.CertificateExtensionSubjectAltNameClass

A certificate extension describing the Subject Alternative Name (SAN).

This kind of extension is used for example to specify multiple domains for the same certificate.

The object exposes the different names with the [iface`Gio`.ListModel] API.

New in version 4.3.90.

get_name(position)[source]
Parameters:

position (int) – The position of the name

Returns:

The name at position position

Return type:

Gcr.GeneralName

Returns the name at the given position.