| Home | Trees | Index | Help |
|
|---|
| Package dpkt :: Module asn1 |
|
Abstract Syntax Notation #1.
| Function Summary | |
|---|---|
Sleazy ASN.1 decoder. | |
Convert ASN.1 UTCTime string to UTC float. | |
| Variable Summary | |
|---|---|
int |
APPLICATION = 64 |
int |
CLASSMASK = 192 |
int |
CONSTRUCTED = 32 |
int |
CONTEXT = 128 |
int |
INTEGER = 2 |
int |
NULL = 5 |
int |
PRIVATE = 192 |
int |
TAGMASK = 31 |
int |
UNIVERSAL = 0 |
int |
UTC_TIME = 23 |
| Function Details |
|---|
decode(buf)Sleazy ASN.1 decoder. Return list of (id, value) tuples from ASN.1 BER/DER encoded buffer. |
utctime(buf)Convert ASN.1 UTCTime string to UTC float. |
| Variable Details |
|---|
APPLICATION
|
CLASSMASK
|
CONSTRUCTED
|
CONTEXT
|
INTEGER
|
NULL
|
PRIVATE
|
TAGMASK
|
UNIVERSAL
|
UTC_TIME
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 11:24:14 2006 | http://epydoc.sf.net |