Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
Dservice_account.py258 private_key_pkcs12, argument
291 signer = crypt.Signer.from_string(private_key_pkcs12,
295 credentials._private_key_pkcs12 = private_key_pkcs12
331 private_key_pkcs12 = file_obj.read()
333 service_account_email, private_key_pkcs12,
368 private_key_pkcs12 = file_buffer.read()
370 service_account_email, private_key_pkcs12,