class documentation

class LDAPControl(BERSequence): (source)

View In Hierarchy

Undocumented

Class Method fromBER Undocumented
Method __init__ Undocumented
Method toWire Undocumented
Instance Variable controlType Undocumented
Instance Variable controlValue Undocumented
Instance Variable criticality Undocumented
Instance Variable data Undocumented

Inherited from BERSequence:

Method __repr__ Undocumented
Class Variable tag Undocumented

Inherited from BERStructured (via BERSequence):

Method identification Undocumented

Inherited from BERBase (via BERSequence, BERStructured):

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __len__ Undocumented
Method __ne__ Undocumented

Inherited from WireStrAlias (via BERSequence, BERStructured, BERBase):

Method __str__ Undocumented
@classmethod
def fromBER(klass, tag, content, berdecoder=None): (source)
def __init__(self, controlType, criticality=None, controlValue=None, id=None, tag=None): (source)
def toWire(self): (source)
controlType = (source)

Undocumented

controlValue = (source)

Undocumented

criticality = (source)

Undocumented

data = (source)

Undocumented