Home
last modified time | relevance | path

Searched refs:is_x509_cert (Results 1 – 8 of 8) sorted by relevance

/external/python/oauth2client/tests/
Dtest__pure_python_crypt.py57 self._load_public_key_bytes(), is_x509_cert=False)
66 self._load_public_key_bytes(), is_x509_cert=False)
71 self._load_public_key_bytes(), is_x509_cert=False)
80 public_key, is_x509_cert=False)
87 public_key, is_x509_cert=False)
94 public_cert, is_x509_cert=True)
101 public_cert, is_x509_cert=True)
111 crypt.RsaVerifier.from_string(cert_bytes, is_x509_cert=True)
Dtest__pycrypto_crypt.py45 self._load_public_cert_bytes(), is_x509_cert=True)
50 self._load_public_cert_bytes(), is_x509_cert=True)
56 self._load_public_cert_bytes(), is_x509_cert=True)
64 public_key, is_x509_cert=True)
Dtest_crypt.py93 is_x509_cert=True)
117 mock.call(cert_value1, is_x509_cert=True),
118 mock.call(cert_value2, is_x509_cert=True),
119 mock.call(cert_value3, is_x509_cert=True),
143 is_x509_cert=True)
Dtest_jwt.py215 verifier = self.verifier.from_string(public_key, is_x509_cert=False)
/external/python/oauth2client/oauth2client/
D_pycrypto_crypt.py53 def from_string(key_pem, is_x509_cert): argument
64 if is_x509_cert:
D_openssl_crypt.py54 def from_string(key_pem, is_x509_cert): argument
69 if is_x509_cert:
D_pure_python_crypt.py95 def from_string(cls, key_pem, is_x509_cert): argument
114 if is_x509_cert:
Dcrypt.py118 verifier = Verifier.from_string(pem, is_x509_cert=True)