Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/
Dtest__pure_python_crypt.py128 def _load_pkcs8_key_bytes(self): member in TestRsaSigner
149 key_bytes = self._load_pkcs8_key_bytes()
155 key_bytes = self._load_pkcs8_key_bytes()
170 key_bytes = _helpers._from_bytes(self._load_pkcs8_key_bytes())