| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Module pureber |
|
| Classes | |
|---|---|
BERBase |
|
BERBoolean |
|
BERDecoderContext |
|
BEREnumerated |
|
BERInteger |
|
BERNull |
|
BEROctetString |
|
BERSequence |
|
BERSequenceOf |
|
BERSet |
|
BERStructured |
|
| Exceptions | |
|---|---|
BERException |
|
BERExceptionInsufficientData |
|
UnknownBERTag |
|
| Function Summary | |
|---|---|
ber2int(e,
signed)
| |
ber2object(mutablestring) -> berobject Modifies mutablestring to remove decoded part. | |
berlen2int(m)
| |
int2ber(i)
| |
int2berlen(i)
| |
need(buf,
n)
| |
| Variable Summary | |
|---|---|
int |
CLASS_APPLICATION = 64 |
int |
CLASS_CONTEXT = 128 |
int |
CLASS_MASK = 192 |
int |
CLASS_PRIVATE = 192 |
int |
CLASS_UNIVERSAL = 0 |
int |
NOT_STRUCTURED = 0 |
int |
STRUCTURED = 32 |
int |
STRUCTURED_MASK = 32 |
int |
TAG_MASK = 31 |
| Function Details |
|---|
ber2object(context, m)ber2object(mutablestring) -> berobject Modifies mutablestring to remove decoded part. May give None |
| Variable Details |
|---|
CLASS_APPLICATION
|
CLASS_CONTEXT
|
CLASS_MASK
|
CLASS_PRIVATE
|
CLASS_UNIVERSAL
|
NOT_STRUCTURED
|
STRUCTURED
|
STRUCTURED_MASK
|
TAG_MASK
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Aug 17 17:08:22 2004 | http://epydoc.sf.net |