Gcr.CertificateExtensionCrlDistributionPoints

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.CertificateExtensionCrlDistributionPoints Gcr.CertificateExtensionCrlDistributionPoints Gcr.CertificateExtension->Gcr.CertificateExtensionCrlDistributionPoints Gio.ListModel->Gcr.CertificateExtensionCrlDistributionPoints

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

get_distribution_point (position)

Virtual Methods

Inherited:

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

Properties

Inherited:

Gcr.CertificateExtension (3)

Name

Type

Flags

Short Description

n-items

int

r

Signals

Inherited:

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

Fields

Inherited:

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

Class Details

class Gcr.CertificateExtensionCrlDistributionPoints(**kwargs)
Bases:

Gcr.CertificateExtension, Gio.ListModel

Abstract:

No

Structure:

Gcr.CertificateExtensionCrlDistributionPointsClass

A certificate extension that lists CRL distribution points.

Each distribution point is exposed as a [class`Gcr`.DistributionPoint] object.

New in version 4.3.91.

get_distribution_point(position)[source]
Parameters:

position (int) –

Returns:

The distribution point at position position

Return type:

Gcr.DistributionPoint

Returns the CRL distribution point at a given position.

It is illegal to call this on an invalid position.

Property Details

Gcr.CertificateExtensionCrlDistributionPoints.props.n_items
Name:

n-items

Type:

int

Default Value:

0

Flags:

READABLE

The number of items. See [method`Gio`.ListModel.get_n_items].