예제 #1
0
 def name(self):
     # type: () -> str
     return util.py3str(m2.ssl_cipher_get_name(self.cipher))
예제 #2
0
 def name(self):
     return m2.ssl_cipher_get_name(self.cipher)
예제 #3
0
 def name(self):
     # type: () -> str
     return six.ensure_text(m2.ssl_cipher_get_name(self.cipher))
예제 #4
0
 def name(self):
     return m2.ssl_cipher_get_name(self.cipher)
예제 #5
0
파일: Cipher.py 프로젝트: mcepl/M2Crypto
 def name(self):
     # type: () -> str
     return six.ensure_text(m2.ssl_cipher_get_name(self.cipher))
예제 #6
0
파일: Cipher.py 프로젝트: appknox/m2crypto
 def name(self):
     # type: () -> str
     return util.py3str(m2.ssl_cipher_get_name(self.cipher))