コード例 #1
0
ファイル: Connection.py プロジェクト: Hypernode/M2Crypto
 def get_context(self):
     """Return the SSL.Context object associated with this
     connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)
コード例 #2
0
 def get_context(self):
     # type: () -> SSL.Context
     """Return the SSL.Context object associated with this connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)
コード例 #3
0
ファイル: Connection.py プロジェクト: mcepl/M2Crypto
 def get_context(self):
     # type: () -> Context
     """Return the Context object associated with this connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)