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

Module tsigkeyring

source code

A place to store TSIG keys.

Functions [hide private]
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.
source code
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.
source code
Variables [hide private]
  __package__ = 'dns'