예제 #1
0
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))
예제 #2
0
파일: ssl.py 프로젝트: Logotrop/trida
 def fromnid(cls, nid):
     """Create _ASN1Object from OpenSSL numeric ID
     """
     return super().__new__(cls, *_nid2obj(nid))