Gcr.DistributionPoint¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gcr.DistributionPoint(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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:
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:
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.