Package dns :: Module dnssec
[show private | hide private]
[frames | no frames]

Module dns.dnssec

Common DNSSEC-related functions and constants.
Exceptions
UnknownAlgorithm Raised if an algorithm is unknown.

Function Summary
int algorithm_from_text(text)
Convert text into a DNSSEC algorithm value
string algorithm_to_text(value)
Convert a DNSSEC algorithm value to text

Variable Summary
int DH
int DSA
int ECC
int INDIRECT
int PRIVATEDNS
int PRIVATEOID
int RSAMD5
str x
int y

Function Details

algorithm_from_text(text)

Convert text into a DNSSEC algorithm value
Returns:
int

algorithm_to_text(value)

Convert a DNSSEC algorithm value to text
Returns:
string

Variable Details

DH

Type:
int
Value:
2                                                                      

DSA

Type:
int
Value:
3                                                                      

ECC

Type:
int
Value:
4                                                                      

INDIRECT

Type:
int
Value:
252                                                                    

PRIVATEDNS

Type:
int
Value:
253                                                                    

PRIVATEOID

Type:
int
Value:
254                                                                    

RSAMD5

Type:
int
Value:
1                                                                      

x

Type:
str
Value:
'DSA'                                                                  

y

Type:
int
Value:
3                                                                      

Generated by Epydoc 1.1 on Sun Aug 10 21:36:14 2003 http://epydoc.sf.net