Home
last modified time | relevance | path

Searched refs:private_key_pkcs8_text (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py41 private_key_pkcs8_text, scopes, user_agent=None, argument
51 self._private_key = _get_private_key(private_key_pkcs8_text)
52 self._private_key_pkcs8_text = private_key_pkcs8_text
130 def _get_private_key(private_key_pkcs8_text): argument
133 if not isinstance(private_key_pkcs8_text, six.binary_type):
134 private_key_pkcs8_text = private_key_pkcs8_text.encode('ascii')
135 der = rsa.pem.load_pem(private_key_pkcs8_text, 'PRIVATE KEY')
Dclient.py1358 private_key_pkcs8_text=client_credentials['private_key'],
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py457 private_key_pkcs8_text=data['_private_key_pkcs8_text'],
477 private_key_pkcs8_text, access_token_cache=None, auth_uri=None, argument
504 self._private_key_pkcs8_text = private_key_pkcs8_text
511 private_key_pkcs8_text=self._private_key_pkcs8_text,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py61 private_key_pkcs8_text=client_credentials['private_key'],
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py517 private_key_pkcs8_text=service_account_info['private_key'],