/external/python/httplib2/tests/ |
D | test_https.py | 156 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/ |
D | test_ocsp.py | 149 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/ |
D | test_pkcs7.py | 630 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/ |
D | objects.inv | 16 httplib2.Http.add_certificate method libhttplib2.html
|
D | searchindex.js | 1 …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/ |
D | pkcs7.py | 67 def add_certificate(self, certificate): member in PKCS7SignatureBuilder
|
/external/python/cryptography/src/cryptography/x509/ |
D | ocsp.py | 88 def add_certificate(self, cert, issuer, algorithm): member in OCSPRequestBuilder
|
/external/python/cryptography/docs/x509/ |
D | ocsp.rst | 134 .. method:: add_certificate(cert, issuer, algorithm) 177 >>> builder = builder.add_certificate(cert, issuer, SHA1())
|
/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 643 http_channel.add_certificate(key_path, cert_path, "", passphrase)
|
/external/python/httplib2/ |
D | CHANGELOG | 381 Added Http.add_certificate() which allows setting
|
D | libhttplib2.tex | 247 \begin{methoddesc}[Http]{add_certificate}{key, cert, domain}
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 278 .. method:: Http.add_certificate(key, cert, domain)
|
/external/python/httplib2/doc/html/_sources/ |
D | libhttplib2.txt | 278 .. method:: Http.add_certificate(key, cert, domain)
|
/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/ |
D | __init__.py | 1510 def add_certificate(self, key, cert, domain): member in Http
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1539 def add_certificate(self, key, cert, domain, password=None): member in Http
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 1732 def add_certificate(self, key, cert, domain, password=None): member in Http
|
/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/ |
D | __init__.py | 1683 def add_certificate(self, key, cert, domain): member in Http
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | serialization.rst | 653 .. method:: add_certificate(certificate)
|
/external/python/httplib2/python3/ |
D | httplib2test.py | 585 http.add_certificate("akeyfile", "acertfile", "bitworking.org")
|
/external/python/httplib2/python2/ |
D | httplib2test.py | 645 http.add_certificate("akeyfile", "acertfile", "bitworking.org")
|