class documentation

Undocumented

Class Method fromBER Undocumented
Method __init__ Create a new BERInteger object. value is an integer.
Method __repr__ Undocumented
Method toWire Undocumented
Class Variable tag Undocumented
Instance Variable value Undocumented

Inherited from BERBase:

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

Inherited from WireStrAlias (via BERBase):

Method __str__ Undocumented
@classmethod
def fromBER(klass, tag, content, berdecoder=None): (source)

Undocumented

def __init__(self, value=None, tag=None): (source)

Create a new BERInteger object. value is an integer.

def __repr__(self): (source)

Undocumented

def toWire(self): (source)
value = (source)

Undocumented