class documentation

class LDAPMessage(BERSequence): (source)

View In Hierarchy

To encode this object in order to be sent over the network use the toWire() method.

Class Method fromBER Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method toWire This is the wire/encoded representation.
Instance Variable controls Undocumented
Instance Variable id Undocumented
Instance Variable value Undocumented

Inherited from BERSequence:

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, value=None, controls=None, id=None, tag=None): (source)
def __repr__(self): (source)
def toWire(self): (source)

This is the wire/encoded representation.

controls = (source)

Undocumented

Undocumented

value = (source)

Undocumented