adb_shell
stable
  • adb_shell Documentation
  • adb_shell
    • adb_shell package
      • Subpackages
        • adb_shell.auth package
        • adb_shell.transport package
      • Submodules
      • Module contents
adb_shell
  • adb_shell
  • adb_shell package
  • adb_shell.auth package
  • Edit on GitHub

adb_shell.auth package

Submodules

  • adb_shell.auth.keygen module
    • ANDROID_PUBKEY_MODULUS_SIZE
    • ANDROID_PUBKEY_MODULUS_SIZE_WORDS
    • ANDROID_RSAPUBLICKEY_STRUCT
    • _to_bytes()
    • decode_pubkey()
    • decode_pubkey_file()
    • encode_pubkey()
    • get_user_info()
    • keygen()
    • write_public_keyfile()
  • adb_shell.auth.sign_cryptography module
    • CryptographySigner
      • CryptographySigner.public_key
      • CryptographySigner.rsa_key
      • CryptographySigner.GetPublicKey()
      • CryptographySigner.Sign()
  • adb_shell.auth.sign_pycryptodome module
    • PycryptodomeAuthSigner
      • PycryptodomeAuthSigner.public_key
      • PycryptodomeAuthSigner.rsa_key
      • PycryptodomeAuthSigner.GetPublicKey()
      • PycryptodomeAuthSigner.Sign()
  • adb_shell.auth.sign_pythonrsa module
    • PythonRSASigner
      • PythonRSASigner.priv_key
      • PythonRSASigner.pub_key
      • PythonRSASigner.FromRSAKeyPath()
      • PythonRSASigner.GetPublicKey()
      • PythonRSASigner.Sign()
    • _Accum
      • _Accum._buf
      • _Accum.digest()
      • _Accum.update()
    • _load_rsa_private_key()

Module contents

Previous Next

© Copyright 2021, Jeff Irion and contributors. Revision e97dbf70.

Built with Sphinx using a theme provided by Read the Docs.