Skip to content

Commit c49f0e8

Browse files
committed
Placeholder right now.
1 parent 4085ad4 commit c49f0e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cryptojwt/jwk/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ def appropriate_for(self, usage, **kwargs):
248248
elif self.key_ops:
249249
return usage in self.key_ops
250250

251+
def update(self):
252+
pass
253+
251254

252255
def pems_to_x5c(cert_chain):
253256
"""

0 commit comments

Comments
 (0)