class documentation

Undocumented

Class Method fromBER Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method toWire Undocumented
Instance Variable assertionValue Undocumented
Instance Variable attributeDesc Undocumented
Instance Variable escaper 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, attributeDesc=None, assertionValue=None, tag=None, escaper=escape): (source)
def __repr__(self): (source)
def toWire(self): (source)
assertionValue = (source)

Undocumented

attributeDesc = (source)

Undocumented

escaper = (source)

Undocumented