MCPcopy Index your code
hub / github.com/saltstack/salt / UnsupportedAlgorithm

Class UnsupportedAlgorithm

salt/exceptions.py:381–384  ·  view source on GitHub ↗

Thrown when a requested encryption or signing algorithm is un-supported.

Source from the content-addressed store, hash-verified

379
380
381class UnsupportedAlgorithm(SaltException):
382 """
383 Thrown when a requested encryption or signing algorithm is un-supported.
384 """
385
386
387class SaltDaemonNotRunning(SaltException):

Callers 7

parse_hashMethod · 0.90
_enforce_fipsMethod · 0.90
signMethod · 0.90
decryptMethod · 0.90
encryptMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected