Beispiel #1
0
 def name(self):
     # type: () -> str
     return util.py3str(m2.ssl_cipher_get_name(self.cipher))
Beispiel #2
0
 def name(self):
     return m2.ssl_cipher_get_name(self.cipher)
Beispiel #3
0
 def name(self):
     # type: () -> str
     return six.ensure_text(m2.ssl_cipher_get_name(self.cipher))
Beispiel #4
0
 def name(self):
     return m2.ssl_cipher_get_name(self.cipher)
Beispiel #5
0
 def name(self):
     # type: () -> str
     return six.ensure_text(m2.ssl_cipher_get_name(self.cipher))
Beispiel #6
0
 def name(self):
     # type: () -> str
     return util.py3str(m2.ssl_cipher_get_name(self.cipher))