We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f001d commit a29901fCopy full SHA for a29901f
2 files changed
pymdoccbor/mso/issuer.py
@@ -15,7 +15,7 @@
15
16
from pymdoccbor.exceptions import MsoPrivateKeyRequired
17
from pymdoccbor import settings
18
-from pymdoccbor.x509 import MsoX509Fabric
+from pymdoccbor.x509 import MsoX509FabricInteface
19
from pymdoccbor.tools import shuffle_dict
20
from cryptography import x509
21
from cryptography.hazmat.primitives import serialization
@@ -24,8 +24,7 @@
24
25
from cbor_diag import *
26
27
-
28
-class MsoIssuer(MsoX509Fabric):
+class MsoIssuer(MsoX509FabricInteface):
29
"""
30
MsoIssuer helper class to create a new mso
31
pymdoccbor/x509.py
@@ -8,7 +8,7 @@
8
9
10
11
-class MsoX509Fabric:
+class MsoX509FabricInteface:
12
13
MsoX509Fabric helper class to create a new mso
14
0 commit comments