Home | Trees | Index | Help |
|
---|
Package dns :: Module dnssec |
|
Exceptions | |
---|---|
UnknownAlgorithm |
Raised if an algorithm is unknown. |
Function Summary | |
---|---|
int |
Convert text into a DNSSEC algorithm value |
string |
Convert a DNSSEC algorithm value to text |
Variable Summary | |
---|---|
int |
DH = 2 |
int |
DSA = 3 |
int |
ECC = 4 |
int |
INDIRECT = 252 |
int |
PRIVATEDNS = 253 |
int |
PRIVATEOID = 254 |
int |
RSAMD5 = 1 |
dict |
_algorithm_by_text = {'RSAMD5': 1, 'PRIVATEDNS': 253, 'E...
|
dict |
_algorithm_by_value = {1: 'RSAMD5', 2: 'DH', 3: 'DSA', 4...
|
Function Details |
---|
algorithm_from_text(text)Convert text into a DNSSEC algorithm value
|
algorithm_to_text(value)Convert a DNSSEC algorithm value to text
|
Variable Details |
---|
DH
|
DSA
|
ECC
|
INDIRECT
|
PRIVATEDNS
|
PRIVATEOID
|
RSAMD5
|
_algorithm_by_text
|
_algorithm_by_value
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Apr 1 12:10:11 2004 | http://epydoc.sf.net |