Gcr.DistributionPoint

g GObject.Object GObject.Object Gcr.DistributionPoint Gcr.DistributionPoint GObject.Object->Gcr.DistributionPoint

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_full_name ()

get_relative_name_part (part)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gcr.DistributionPoint(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Gcr.DistributionPointClass

An object describing a CRL distribution point.

A certificate user can use such a Certifiate Revocation List (CLR) distribution point to check if the certificate has been revoked.

These distribution poitns are for example listed as part of a [class`Gcr`.CertificateExtensionCrlDistributionPoints] object.

New in version 4.3.91.

get_full_name()[source]
Returns:

The full name of the distribution point

Return type:

Gcr.GeneralNames or None

Returns the full name of the CRL distribution point, if set.

get_relative_name_part(part)[source]
Parameters:

part (str) – a RDN type string or OID.

Returns:

The relative name part if set, or None

Return type:

str or None

Returns a part of the relative name of self, if set.

Note that the relative name might not be set, nor the specific part.

Examples of a part might be the ‘OU’ (organizational unit) or the ‘CN’ (common name). Only the value of that part of the RDN is returned.