Пример #1
0
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))
Пример #2
0
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))