Searched refs:_Certificate (Results 1 – 4 of 4) sorted by relevance
17 from cryptography.hazmat.backends.openssl.x509 import _Certificate170 cert = _Certificate(self._backend, x509)
62 _Certificate, _CertificateRevocationList,853 return _Certificate(self, x509_cert)1155 return _Certificate(self, x509)1165 return _Certificate(self, x509)2302 cert = _Certificate(self, x509)2311 additional_certificates.append(_Certificate(self, x509))
27 class _Certificate(object): class
1112 from cryptography.hazmat.backends.openssl.x509 import _Certificate1115 return _Certificate(backend, self._x509)