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