예제 #1
0
파일: user.py 프로젝트: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self, remove=('password')) 
예제 #2
0
파일: cert.py 프로젝트: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self, remove=('private_key','request'))
예제 #3
0
파일: user.py 프로젝트: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self)