Exemplo n.º 1
0
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))
Exemplo n.º 2
0
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))