Home
last modified time | relevance | path

Searched refs:_Certificate (Results 1 – 4 of 4) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py17 from cryptography.hazmat.backends.openssl.x509 import _Certificate
170 cert = _Certificate(self._backend, x509)
Dbackend.py62 _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))
Dx509.py27 class _Certificate(object): class
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1112 from cryptography.hazmat.backends.openssl.x509 import _Certificate
1115 return _Certificate(backend, self._x509)