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 Jun 21 20:52:29 2003 http://epydoc.sf.net