Home | Trees | Indices | Help |
|
---|
|
|
|||
| CountingFile | ||
|
BERStream FIXME docs |
||
| zencoder | ||
| encoder | ||
| decoder |
|
|||
|
encode_container(fd,
tag,
items) Encode a list of items into a container with the given tag and write it to a stream. |
||
list
|
decode_container(fd,
tag) Decode a container into a list of items. |
||
| encode_null(fd, item) | ||
| decode_null(fd, tag) | ||
| encode_bool(fd, item) | ||
| decode_bool(fd, tag) | ||
| encode_int(fd, item) | ||
| decode_int(fd, tag) | ||
| encode_str(fd, item) | ||
| decode_str(fd, tag) | ||
| encode_unicode(fd, item) | ||
| decode_unicode(fd, tag) | ||
| encode_list(fd, items) | ||
| decode_list(fd, tag) |
|
|||
|
UNIVERSAL_BOOL = 1
|
||
|
UNIVERSAL_INT = 2
|
||
|
UNIVERSAL_BYTES = 4
|
||
|
UNIVERSAL_NULL = 5
|
||
|
UNIVERSAL_UTF8 = 12
|
||
|
UNIVERSAL_LIST = 16
|
||
|
EOF_TYPE = <ASN.1 Tag(UNIVERSAL, 0, size=0, container=False)>
|
||
|
NULL_TYPE = <ASN.1 Tag(UNIVERSAL, 5, size=None, container=False)>
|
||
|
BOOL_TYPE = <ASN.1 Tag(UNIVERSAL, 1, size=None, container=False)>
|
||
|
INT_TYPE = <ASN.1 Tag(UNIVERSAL, 2, size=None, container=False)>
|
||
|
BYTES_TYPE = <ASN.1 Tag(UNIVERSAL, 4, size=None, container=False)>
|
||
|
UTF8_TYPE = <ASN.1 Tag(UNIVERSAL, 12, size=None, container=False)>
|
||
|
LIST_TYPE = <ASN.1 Tag(UNIVERSAL, 16, size=None, container=True)>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UNIVERSAL_BOOLNone
|
UNIVERSAL_INTNone
|
UNIVERSAL_BYTESNone
|
UNIVERSAL_NULLNone
|
UNIVERSAL_UTF8None
|
UNIVERSAL_LISTNone
|
EOF_TYPENone
|
NULL_TYPENone
|
BOOL_TYPENone
|
INT_TYPENone
|
BYTES_TYPENone
|
UTF8_TYPENone
|
LIST_TYPENone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 18:56:25 2006 | http://epydoc.sourceforge.net |