File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55 FlattenedJSONSerialization ,
66)
77from ._rfc7516 .models import (
8- Recipient as Recipient ,
9- CompactEncryption as CompactEncryption ,
10- GeneralJSONEncryption as GeneralJSONEncryption ,
11- FlattenedJSONEncryption as FlattenedJSONEncryption ,
8+ Recipient ,
9+ CompactEncryption ,
10+ GeneralJSONEncryption ,
11+ FlattenedJSONEncryption ,
1212)
1313from ._rfc7516 .registry import (
14- JWERegistry as JWERegistry ,
14+ JWERegistry ,
1515 default_registry ,
1616)
1717from ._rfc7516 .message import perform_encrypt , perform_decrypt
Original file line number Diff line number Diff line change 77 KeySetSerialization ,
88)
99from ._rfc7517 .types import AnyKey , DictKey , KeyParameters
10- from ._rfc7518 .oct_key import OctKey as OctKey
11- from ._rfc7518 .rsa_key import RSAKey as RSAKey
12- from ._rfc7518 .ec_key import ECKey as ECKey
13- from ._rfc8037 .okp_key import OKPKey as OKPKey
10+ from ._rfc7518 .oct_key import OctKey
11+ from ._rfc7518 .rsa_key import RSAKey
12+ from ._rfc7518 .ec_key import ECKey
13+ from ._rfc8037 .okp_key import OKPKey
1414from ._rfc8812 import register_secp256k1
1515from ._rfc7638 import calculate_thumbprint as thumbprint
1616from ._rfc9278 import calculate_thumbprint_uri as thumbprint_uri
Original file line number Diff line number Diff line change 22from typing import overload , TypeVar , Any
33from ._rfc7515 .model import (
44 JWSAlgModel ,
5- HeaderMember as HeaderMember ,
6- CompactSignature as CompactSignature ,
7- GeneralJSONSignature as GeneralJSONSignature ,
8- FlattenedJSONSignature as FlattenedJSONSignature ,
5+ HeaderMember ,
6+ CompactSignature ,
7+ GeneralJSONSignature ,
8+ FlattenedJSONSignature ,
99)
1010from ._rfc7515 .registry import (
11- JWSRegistry as JWSRegistry ,
11+ JWSRegistry ,
1212 construct_registry ,
1313 default_registry ,
1414)
2626 detach_json_content ,
2727)
2828from ._rfc7515 .types import (
29- HeaderDict as HeaderDict ,
30- GeneralJSONSerialization as GeneralJSONSerialization ,
31- FlattenedJSONSerialization as FlattenedJSONSerialization ,
29+ HeaderDict ,
30+ GeneralJSONSerialization ,
31+ FlattenedJSONSerialization ,
3232)
3333from ._rfc7797 .util import is_rfc7797_enabled
3434from ._rfc7797 .compact import (
You can’t perform that action at this time.
0 commit comments