Searched refs:CertificateException (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py2297 class CertificateException(SigningException): class in inherits: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
[all...]
/pkg/src/modules/server/
H A Drepository.py2067 except apx.CertificateException as e:

Completed in 34 milliseconds