Ejemplo n.º 1
0
 def __str__(self):
     return Common.dict_to_string(self.to_json)
Ejemplo n.º 2
0
 def __str__(self):
     response = "\n\n----------------------------TLSCertificateWrapper\n"
     response += Common.dict_to_string(self.to_json)
     return response