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

Module dns.tsigkeyring

A place to store TSIG keys.
Function Summary
dict from_text(textring)
Convert a dictionary containing (textual DNS name, base64 secret) pairs into a binary keyring which has (dns.name.Name, binary secret) pairs.
dict to_text(keyring)
Convert a dictionary containing (dns.name.Name, binary secret) pairs into a text keyring which has (textual DNS name, base64 secret) pairs.

Function Details

from_text(textring)

Convert a dictionary containing (textual DNS name, base64 secret) pairs into a binary keyring which has (dns.name.Name, binary secret) pairs.
Returns:
dict

to_text(keyring)

Convert a dictionary containing (dns.name.Name, binary secret) pairs into a text keyring which has (textual DNS name, base64 secret) pairs.
Returns:
dict

Generated by Epydoc 1.1 on Sat Aug 7 11:32:44 2004 http://epydoc.sf.net