예제 #1
0
파일: Session.py 프로젝트: pmp-p/M2Crypto
 def set_time(self, t):
     # type: (int) -> int
     return m2.ssl_session_set_time(self.session, t)
예제 #2
0
파일: Session.py 프로젝트: appknox/m2crypto
 def set_time(self, t):
     # type: (int) -> int
     return m2.ssl_session_set_time(self.session, t)
예제 #3
0
파일: Session.py 프로젝트: 0xkag/M2Crypto
 def set_time(self, t):
     return m2.ssl_session_set_time(self.session, t)
예제 #4
0
 def set_time(self, t):
     return m2.ssl_session_set_time(self.session, t)