Home | Trees | Indices | Help |
|
---|
|
Pure, simple, BER encoding and decoding
|
|||
UnknownBERTag | |||
BERBase | |||
BERStructured | |||
BERException | |||
BERExceptionInsufficientData | |||
BERInteger | |||
BEROctetString | |||
BERNull | |||
BERBoolean | |||
BEREnumerated | |||
BERSequence | |||
BERSequenceOf | |||
BERSet | |||
BERDecoderContext |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
(berobject, bytesUsed) |
|
||
[objects] |
|
|
|||
CLASS_MASK = 192
|
|||
CLASS_UNIVERSAL = 0
|
|||
CLASS_APPLICATION = 64
|
|||
CLASS_CONTEXT = 128
|
|||
CLASS_PRIVATE = 192
|
|||
STRUCTURED_MASK = 32
|
|||
STRUCTURED = 32
|
|||
NOT_STRUCTURED = 0
|
|||
TAG_MASK = 31
|
|
Return a tuple of (length, lengthLength). m must be atleast one byte long. |
Decodes everything in content and returns a list of decoded objects. All of content will be decoded, and content must contain complete BER objects.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat May 31 18:33:47 2008 | http://epydoc.sourceforge.net |