class documentation

class AttributeTypeDescription(ASN1ParserThingie, WireStrAlias): (source)

View In Hierarchy

ASN Syntax:: AttributeTypeDescription = "(" whsp numericoid whsp ; AttributeType identifier [ "NAME" qdescrs ] ; name used in AttributeType [ "DESC" qdstring ] ; description [ "OBSOLETE" whsp ] [ "SUP" woid ] ; derived from this other AttributeType [ "EQUALITY" woid ; Matching Rule name [ "ORDERING" woid ; Matching Rule name [ "SUBSTR" woid ] ; Matching Rule name [ "SYNTAX" whsp noidlen whsp ] ; see section 4.3 [ "SINGLE-VALUE" whsp ] ; default multi-valued [ "COLLECTIVE" whsp ] ; default not collective [ "NO-USER-MODIFICATION" whsp ]; default user modifiable [ "USAGE" whsp AttributeUsage ]; default userApplications whsp ")" AttributeUsage = "userApplications" / "directoryOperation" / "distributedOperation" / ; DSA-shared "dSAOperation" ; DSA-specific, value depends on server noidlen = numericoid [ "{" len "}" ] len = numericstring

Method __init__ Undocumented
Method __repr__ Undocumented
Method toWire Undocumented
Instance Variable collective Undocumented
Instance Variable desc Undocumented
Instance Variable equality Undocumented
Instance Variable name Undocumented
Instance Variable no_user_modification Undocumented
Instance Variable obsolete Undocumented
Instance Variable oid Undocumented
Instance Variable ordering Undocumented
Instance Variable single_value Undocumented
Instance Variable substr Undocumented
Instance Variable sup Undocumented
Instance Variable syntax Undocumented
Instance Variable usage Undocumented
Instance Variable x_attrs Undocumented
Method _parse Undocumented

Inherited from ASN1ParserThingie:

Method _list Undocumented
Method _str Undocumented
Method _str_list Undocumented
Method _strings_to_list Split ''-quoted strings into list.
Method _to_list Split text into $-separated list.

Inherited from WireStrAlias:

Method __str__ Undocumented
def __init__(self, text): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def toWire(self): (source)

Undocumented

collective: int = (source)

Undocumented

desc = (source)

Undocumented

equality = (source)

Undocumented

name = (source)

Undocumented

no_user_modification: int = (source)

Undocumented

obsolete: int = (source)

Undocumented

Undocumented

ordering = (source)

Undocumented

single_value: int = (source)

Undocumented

substr = (source)

Undocumented

Undocumented

syntax = (source)

Undocumented

usage = (source)

Undocumented

x_attrs: list = (source)

Undocumented

def _parse(self, text): (source)

Undocumented