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

Method encrypt

salt/crypt.py:855–859  ·  view source on GitHub ↗

proxy to PrivateKey.encrypt

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

853 return self.key.decrypt(*args, **kwargs)
854
855 def encrypt(self, *args, **kwargs):
856 """
857 proxy to PrivateKey.encrypt
858 """
859 return self.key.encrypt(*args, **kwargs)
860
861 def fetch(self, name):
862 """

Callers

nothing calls this directly

Calls 1

encryptMethod · 0.45

Tested by

no test coverage detected