예제 #1
0
 def get_error_depth(self):
     # type: () -> int
     """
     Get error depth.
     """
     return m2.x509_store_ctx_get_error_depth(self.ctx)
예제 #2
0
파일: X509.py 프로젝트: mcepl/M2Crypto
 def get_error_depth(self):
     # type: () -> int
     """
     Get error depth.
     """
     return m2.x509_store_ctx_get_error_depth(self.ctx)
예제 #3
0
 def get_error_depth(self):
     """
     Get error depth.
     """
     return m2.x509_store_ctx_get_error_depth(self.ctx)
예제 #4
0
파일: X509.py 프로젝트: rodrigc/m2crypto
 def get_error_depth(self):
     """
     Get error depth.
     """
     return m2.x509_store_ctx_get_error_depth(self.ctx)