SYMBOL INDEX (187 symbols across 4 files) FILE: docs/_static/sidebar.js function sidebar_is_collapsed (line 45) | function sidebar_is_collapsed() { function toggle_sidebar (line 49) | function toggle_sidebar() { function collapse_sidebar (line 56) | function collapse_sidebar() { function expand_sidebar (line 70) | function expand_sidebar() { function add_sidebar_button (line 86) | function add_sidebar_button() { function set_position_from_cookie (line 135) | function set_position_from_cookie() { FILE: docs/conf.py function skip_module_docstring (line 287) | def skip_module_docstring(app, what, name, obj, options, lines): function setup (line 292) | def setup(app): FILE: gnupg.py function shell_quote (line 90) | def shell_quote(s): function shell_quote (line 99) | def shell_quote(s): function no_quote (line 135) | def no_quote(s): function _copy_data (line 144) | def _copy_data(instream, outstream, buffer_size, error_queue): function _threaded_copy_data (line 182) | def _threaded_copy_data(instream, outstream, buffer_size, error_queue): function _write_passphrase (line 191) | def _write_passphrase(stream, passphrase, encoding): function _is_sequence (line 198) | def _is_sequence(instance): function _make_memory_stream (line 202) | def _make_memory_stream(s): function _make_binary_stream (line 211) | def _make_binary_stream(s, encoding): class StatusHandler (line 221) | class StatusHandler(object): method __init__ (line 228) | def __init__(self, gpg): method handle_status (line 237) | def handle_status(self, key, value): class Verify (line 250) | class Verify(StatusHandler): method __init__ (line 286) | def __init__(self, gpg): method __nonzero__ (line 303) | def __nonzero__(self): # pragma: no cover method handle_status (line 308) | def handle_status(self, key, value): class ImportResult (line 444) | class ImportResult(StatusHandler): method __init__ (line 454) | def __init__(self, gpg): method __nonzero__ (line 461) | def __nonzero__(self): method handle_status (line 483) | def handle_status(self, key, value): method summary (line 520) | def summary(self): class SendResult (line 542) | class SendResult(StatusHandler): method handle_status (line 549) | def handle_status(self, key, value): function _set_fields (line 553) | def _set_fields(target, fieldnames, args): class SearchKeys (line 561) | class SearchKeys(StatusHandler, list): method __init__ (line 573) | def __init__(self, gpg): method get_fields (line 580) | def get_fields(self, args): method pub (line 590) | def pub(self, args): method uid (line 597) | def uid(self, args): method handle_status (line 612) | def handle_status(self, key, value): # pragma: no cover class ListKeys (line 616) | class ListKeys(SearchKeys): method __init__ (line 638) | def __init__(self, gpg): method key (line 643) | def key(self, args): method fpr (line 657) | def fpr(self, args): method grp (line 672) | def grp(self, args): method _collect_subkey_info (line 682) | def _collect_subkey_info(self, curkey, args): method sub (line 688) | def sub(self, args): method ssb (line 700) | def ssb(self, args): method sig (line 709) | def sig(self, args): class ScanKeys (line 717) | class ScanKeys(ListKeys): method sub (line 722) | def sub(self, args): class TextHandler (line 734) | class TextHandler(object): method _as_text (line 736) | def _as_text(self): method __str__ (line 744) | def __str__(self): function _determine_invalid_recipient_or_signer (line 767) | def _determine_invalid_recipient_or_signer(s): # pragma: no cover class Crypt (line 783) | class Crypt(Verify, TextHandler): method __init__ (line 788) | def __init__(self, gpg): method __nonzero__ (line 796) | def __nonzero__(self): method handle_status (line 801) | def handle_status(self, key, value): class GenKey (line 848) | class GenKey(StatusHandler): method __init__ (line 855) | def __init__(self, gpg): method __nonzero__ (line 861) | def __nonzero__(self): # pragma: no cover method __str__ (line 866) | def __str__(self): # pragma: no cover method handle_status (line 869) | def handle_status(self, key, value): class AddSubkey (line 884) | class AddSubkey(StatusHandler): method __init__ (line 891) | def __init__(self, gpg): method __nonzero__ (line 897) | def __nonzero__(self): # pragma: no cover method __str__ (line 902) | def __str__(self): method handle_status (line 905) | def handle_status(self, key, value): class ExportResult (line 915) | class ExportResult(GenKey): method handle_status (line 923) | def handle_status(self, key, value): class DeleteResult (line 930) | class DeleteResult(StatusHandler): method __init__ (line 937) | def __init__(self, gpg): method __str__ (line 941) | def __str__(self): method handle_status (line 950) | def handle_status(self, key, value): method __nonzero__ (line 956) | def __nonzero__(self): # pragma: no cover class TrustResult (line 962) | class TrustResult(DeleteResult): class Sign (line 969) | class Sign(StatusHandler, TextHandler): method __init__ (line 976) | def __init__(self, gpg): method __nonzero__ (line 986) | def __nonzero__(self): method handle_status (line 991) | def handle_status(self, key, value): class AutoLocateKey (line 1018) | class AutoLocateKey(StatusHandler): method __init__ (line 1028) | def __init__(self, gpg): method handle_status (line 1036) | def handle_status(self, key, value): method pub (line 1045) | def pub(self, args): method uid (line 1052) | def uid(self, args): method sub (line 1059) | def sub(self, args): method fpr (line 1062) | def fpr(self, args): class GPG (line 1072) | class GPG(object): method __init__ (line 1100) | def __init__(self, method make_args (line 1179) | def make_args(self, args, passphrase): method _open_subprocess (line 1214) | def _open_subprocess(self, args, passphrase=False): method _read_response (line 1233) | def _read_response(self, stream, result): method _read_data (line 1261) | def _read_data(self, stream, result, on_data=None, buffer_size=1024): method _collect_output (line 1296) | def _collect_output(self, process, result, writer=None, stdin=None): method is_valid_file (line 1331) | def is_valid_file(self, fileobj): method _get_fileobj (line 1342) | def _get_fileobj(self, fileobj_or_path): method _handle_io (line 1353) | def _handle_io(self, args, fileobj_or_path, result, passphrase=None, b... method sign (line 1387) | def sign(self, message, **kwargs): method set_output_without_confirmation (line 1414) | def set_output_without_confirmation(self, args, output): method is_valid_passphrase (line 1429) | def is_valid_passphrase(self, passphrase): method sign_file (line 1442) | def sign_file(self, method verify (line 1520) | def verify(self, data, **kwargs): method verify_file (line 1542) | def verify_file(self, fileobj_or_path, data_filename=None, close_file=... method verify_data (line 1584) | def verify_data(self, sig_filename, data, extra_args=None): method import_keys (line 1609) | def import_keys(self, key_data, extra_args=None, passphrase=None): method import_keys_file (line 1631) | def import_keys_file(self, key_path, **kwargs): method recv_keys (line 1641) | def recv_keys(self, keyserver, *keyids, **kwargs): method send_keys (line 1665) | def send_keys(self, keyserver, *keyids, **kwargs): # pragma: no cover method delete_keys (line 1691) | def delete_keys(self, fingerprints, secret=False, passphrase=None, exp... method export_keys (line 1746) | def export_keys(self, method _decode_result (line 1819) | def _decode_result(self, result): method _get_list_output (line 1836) | def _get_list_output(self, p, kind): method list_keys (line 1842) | def list_keys(self, secret=False, keys=None, sigs=False): method scan_keys (line 1886) | def scan_keys(self, filename): method scan_keys_mem (line 1912) | def scan_keys_mem(self, key_data): method search_keys (line 1942) | def search_keys(self, query, keyserver='pgp.mit.edu', extra_args=None): method auto_locate_key (line 1981) | def auto_locate_key(self, email, mechanisms=None, **kwargs): method gen_key (line 2005) | def gen_key(self, input): method gen_key_input (line 2019) | def gen_key_input(self, **kwargs): method add_subkey (line 2072) | def add_subkey(self, master_key, master_passphrase=None, algorithm='rs... method quick_sign_key (line 2103) | def quick_sign_key(self, certifier_fingerprint, recipient_fingerprint,... method encrypt_file (line 2135) | def encrypt_file(self, method encrypt (line 2213) | def encrypt(self, data, recipients, **kwargs): method decrypt (line 2243) | def decrypt(self, message, **kwargs): method decrypt_file (line 2266) | def decrypt_file(self, fileobj_or_path, always_trust=False, passphrase... method get_recipients (line 2296) | def get_recipients(self, message, **kwargs): method get_recipients_file (line 2312) | def get_recipients_file(self, fileobj_or_path, extra_args=None): method trust_keys (line 2331) | def trust_keys(self, fingerprints, trustlevel): FILE: test_gnupg.py function skipIf (line 29) | def skipIf(condition, message): function is_list_with_len (line 213) | def is_list_with_len(o, n): function get_key_data (line 220) | def get_key_data(s): function compare_keys (line 230) | def compare_keys(k1, k2): function prepare_homedir (line 249) | def prepare_homedir(hd): class GPGTestCase (line 262) | class GPGTestCase(unittest.TestCase): method setUp (line 264) | def setUp(self): method tearDown (line 289) | def tearDown(self): method test_environment (line 295) | def test_environment(self): method test_list_keys_initial (line 300) | def test_list_keys_initial(self): method generate_key (line 308) | def generate_key(self, first_name, last_name, domain, passphrase=None,... method do_key_generation (line 333) | def do_key_generation(self): method test_key_generation_with_invalid_key_type (line 339) | def test_key_generation_with_invalid_key_type(self): method test_key_generation_with_colons (line 357) | def test_key_generation_with_colons(self): method test_key_generation_with_escapes (line 380) | def test_key_generation_with_escapes(self): method test_key_generation_failure (line 403) | def test_key_generation_failure(self): method test_key_generation_input (line 425) | def test_key_generation_input(self): method test_add_subkey (line 449) | def test_add_subkey(self): method test_add_subkey_with_invalid_key_type (line 473) | def test_add_subkey_with_invalid_key_type(self): method test_deletion_subkey (line 490) | def test_deletion_subkey(self): method test_list_subkey_after_generation (line 533) | def test_list_subkey_after_generation(self): method test_list_keys_after_generation (line 584) | def test_list_keys_after_generation(self): method test_key_trust (line 709) | def test_key_trust(self): method test_list_signatures (line 740) | def test_list_signatures(self): method test_scan_keys (line 754) | def test_scan_keys(self): method test_scan_keys_mem (line 787) | def test_scan_keys_mem(self): method test_quick_sign_key (line 802) | def test_quick_sign_key(self): method test_encryption_and_decryption (line 826) | def test_encryption_and_decryption(self): method test_import_and_export (line 962) | def test_import_and_export(self): method test_import_only (line 1010) | def test_import_only(self): method test_signature_verification (line 1030) | def test_signature_verification(self): method test_signature_file (line 1115) | def test_signature_file(self): method test_subkey_signature_file (line 1155) | def test_subkey_signature_file(self): method test_deletion (line 1194) | def test_deletion(self): method test_nogpg (line 1207) | def test_nogpg(self): method test_invalid_home (line 1213) | def test_invalid_home(self): method test_make_args (line 1221) | def test_make_args(self): method do_file_encryption_and_decryption (line 1228) | def do_file_encryption_and_decryption(self, encfname, decfname): method test_file_encryption_and_decryption (line 1283) | def test_file_encryption_and_decryption(self): method test_invalid_outputs (line 1293) | def test_invalid_outputs(self): method test_filenames_with_spaces (line 1357) | def test_filenames_with_spaces(self): # See Issue #16 method test_search_keys (line 1369) | def test_search_keys(self): # pragma: no cover method test_quote_with_shell (line 1382) | def test_quote_with_shell(self): method disabled_test_signing_with_uid (line 1408) | def disabled_test_signing_with_uid(self): # pragma: no cover method test_doctest_import_keys (line 1420) | def test_doctest_import_keys(self): method test_recv_keys_no_server (line 1516) | def test_recv_keys_no_server(self): method test_invalid_fileobject (line 1521) | def test_invalid_fileobject(self): method remove_all_existing_keys (line 1532) | def remove_all_existing_keys(self): method test_no_such_key (line 1543) | def test_no_such_key(self): method test_get_recipients (line 1559) | def test_get_recipients(self): method test_passing_paths (line 1575) | def test_passing_paths(self): method test_multiple_signatures (line 1627) | def test_multiple_signatures(self): method test_multiple_signatures_one_invalid (line 1649) | def test_multiple_signatures_one_invalid(self): method test_auto_key_locating (line 1678) | def test_auto_key_locating(self): method test_passphrase_encoding (line 1687) | def test_passphrase_encoding(self): method test_configured_group (line 1690) | def test_configured_group(self): method test_exception_propagation (line 1699) | def test_exception_propagation(self): function suite (line 1734) | def suite(args=None): function init_logging (line 1750) | def init_logging(): function main (line 1766) | def main():