File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515
1616from pymdoccbor .exceptions import MsoPrivateKeyRequired
1717from pymdoccbor import settings
18- from pymdoccbor .x509 import MsoX509Fabric
18+ from pymdoccbor .x509 import MsoX509FabricInteface
1919from pymdoccbor .tools import shuffle_dict
2020from cryptography import x509
2121from cryptography .hazmat .primitives import serialization
2424
2525from cbor_diag import *
2626
27-
28- class MsoIssuer (MsoX509Fabric ):
27+ class MsoIssuer (MsoX509FabricInteface ):
2928 """
3029 MsoIssuer helper class to create a new mso
3130 """
Original file line number Diff line number Diff line change 88
99from pymdoccbor import settings
1010
11- class MsoX509Fabric :
11+ class MsoX509FabricInteface :
1212 """
1313 MsoX509Fabric helper class to create a new mso
1414 """
You can’t perform that action at this time.
0 commit comments