Home
last modified time | relevance | path

Searched refs:add_certificate (Results 1 – 20 of 20) sorted by relevance

/external/python/httplib2/tests/
Dtest_https.py156 http.add_certificate(tests.CLIENT_PEM, tests.CLIENT_PEM, uri_parsed.netloc)
179 http.add_certificate(tests.CLIENT_ENCRYPTED_PEM, tests.CLIENT_ENCRYPTED_PEM,
/external/python/cryptography/tests/x509/
Dtest_ocsp.py149 builder = builder.add_certificate(cert, issuer, hashes.SHA1())
151 builder.add_certificate(cert, issuer, hashes.SHA1())
162 builder.add_certificate(cert, issuer, hashes.MD5())
179 builder.add_certificate(b"notacert", issuer, hashes.SHA1())
182 builder.add_certificate(cert, b"notacert", hashes.SHA1())
187 builder = builder.add_certificate(cert, issuer, hashes.SHA1())
205 builder = builder.add_certificate(
/external/python/cryptography/tests/hazmat/primitives/
Dtest_pkcs7.py630 pkcs7.PKCS7SignatureBuilder().add_certificate(b"notacert")
646 .add_certificate(rsa_cert)
668 .add_certificate(rsa_cert)
669 .add_certificate(rsa_cert)
/external/python/httplib2/doc/html/
Dobjects.inv16 httplib2.Http.add_certificate method libhttplib2.html
Dsearchindex.js1 …1,1],optimistic_concurrency_methods:[1,2],follow_all_redirects:[1,2],add_certificate:[1,1],ignore_… property
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dpkcs7.py67 def add_certificate(self, certificate): member in PKCS7SignatureBuilder
/external/python/cryptography/src/cryptography/x509/
Docsp.py88 def add_certificate(self, cert, issuer, algorithm): member in OCSPRequestBuilder
/external/python/cryptography/docs/x509/
Docsp.rst134 .. method:: add_certificate(cert, issuer, algorithm)
177 >>> builder = builder.add_certificate(cert, issuer, SHA1())
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py643 http_channel.add_certificate(key_path, cert_path, "", passphrase)
/external/python/httplib2/
DCHANGELOG381 Added Http.add_certificate() which allows setting
Dlibhttplib2.tex247 \begin{methoddesc}[Http]{add_certificate}{key, cert, domain}
/external/python/httplib2/doc/
Dlibhttplib2.rst278 .. method:: Http.add_certificate(key, cert, domain)
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt278 .. method:: Http.add_certificate(key, cert, domain)
/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/
D__init__.py1510 def add_certificate(self, key, cert, domain): member in Http
/external/python/httplib2/python3/httplib2/
D__init__.py1539 def add_certificate(self, key, cert, domain, password=None): member in Http
/external/python/httplib2/python2/httplib2/
D__init__.py1732 def add_certificate(self, key, cert, domain, password=None): member in Http
/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/
D__init__.py1683 def add_certificate(self, key, cert, domain): member in Http
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dserialization.rst653 .. method:: add_certificate(certificate)
/external/python/httplib2/python3/
Dhttplib2test.py585 http.add_certificate("akeyfile", "acertfile", "bitworking.org")
/external/python/httplib2/python2/
Dhttplib2test.py645 http.add_certificate("akeyfile", "acertfile", "bitworking.org")