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 = 2                                                                     
int DSA = 3                                                                     
int ECC = 4                                                                     
int INDIRECT = 252                                                                   
int PRIVATEDNS = 253                                                                   
int PRIVATEOID = 254                                                                   
int RSAMD5 = 1                                                                     

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                                                                     

Generated by Epydoc 2.1 on Fri Jun 2 14:38:20 2006 http://epydoc.sf.net