MCPcopy Create free account
hub / github.com/rthalley/dnspython / UnsupportedAlgorithm

Class UnsupportedAlgorithm

dns/exception.py:143–144  ·  view source on GitHub ↗

The DNSSEC algorithm is not supported.

Source from the content-addressed store, hash-verified

141
142
143class UnsupportedAlgorithm(DNSException):
144 """The DNSSEC algorithm is not supported."""
145
146
147class AlgorithmKeyMismatch(UnsupportedAlgorithm):

Callers 3

make_dsFunction · 0.90
make_ds_rdatasetFunction · 0.90
get_algorithm_clsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…