Lines Matching refs:CertificateException
2297 class CertificateException(SigningException):
2306 class ModifiedCertificateException(CertificateException):
2311 CertificateException.__init__(self, cert, pfmri)
2319 class UntrustedSelfSignedCert(CertificateException):
2325 "certificate.\n") + CertificateException.__str__(self)
2328 class BrokenChain(CertificateException):
2333 CertificateException.__init__(self, cert, *args, **kwargs)
2347 CertificateException.__str__(self)
2350 class RevokedCertificate(CertificateException):
2355 CertificateException.__init__(self, cert, *args, **kwargs)
2362 reason=self.reason) + CertificateException.__str__(self)