summaryrefslogtreecommitdiff
path: root/dns/tsigkeyring.pyi
blob: b5d51e15e14f472eb7923e7bb341daaa20b91751 (plain)
1
2
3
4
5
6
7
from typing import Dict
from . import name

def from_text(textring : Dict[str,str]) -> Dict[name.Name,bytes]:
    ...
def to_text(keyring : Dict[name.Name,bytes]) -> Dict[str, str]:
    ...