MCPcopy
hub / github.com/authlib/authlib / prepare_key

Method prepare_key

authlib/jose/rfc7518/jws_algs.py:177–178  ·  view source on GitHub ↗
(self, raw_data)

Source from the content-addressed store, hash-verified

175 self.hash_alg = getattr(self, f"SHA{sha_type}")
176
177 def prepare_key(self, raw_data):
178 return RSAKey.import_key(raw_data)
179
180 def sign(self, msg, key):
181 op_key = key.get_op_key("sign")

Callers

nothing calls this directly

Calls 1

import_keyMethod · 0.45

Tested by

no test coverage detected