Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…agement into feat/1386-load-user-info
  • Loading branch information
MCatherine1994 committed Jul 26, 2024
2 parents aae5412 + e23f2dd commit 4fd4000
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/backend/api/app/integration/bcsc/bcsc_jwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ def get_key(algorithm):
return ALGORITHMS.KEYS[algorithm]
elif algorithm in ALGORITHMS.HMAC: # noqa: F811
return HMACKey
elif algorithm in ALGORITHMS.AES:
from jose.backends import AESKey # noqa: F811

return AESKey
elif algorithm in ALGORITHMS.AES: # noqa: F811
return CryptographyAESKey
"""
# elif algorithm in ALGORITHMS.RSA:
# from jose.backends import RSAKey # noqa: F811
Expand Down

0 comments on commit 4fd4000

Please sign in to comment.