HomeSort by relevance Sort by last modified time
    Searched refs:_private_key (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pyx.pxi 133 self._private_key = private_key
143 if self._private_key is None and self._certificate_chain is None:
147 if self._private_key:
148 c_pem_key_certificate_pair.private_key = self._private_key
credentials.pxd.pxi 68 cdef readonly object _private_key
  /external/python/oauth2client/oauth2client/
client.py     [all...]

Completed in 590 milliseconds