Home | Trees | Index | Help |
|
---|
Package DNS :: Module tsigkeyring |
|
Function Summary | |
---|---|
dict |
Convert a dictionary containing (textual DNS name, base64 secret) pairs into a binary keyring which has (DNS.name.Name, binary secret) pairs. |
dict |
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.
|
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sat Jun 21 20:52:29 2003 | http://epydoc.sf.net |