tests.key package

Submodules

tests.key.test_ascii_armor module

class tests.key.test_ascii_armor.TestAsciiArmor(methodName='runTest')

Bases: TestCase

test_create_encrypted()
test_create_encrypted_and_signed()
test_create_signed_cleartext()

tests.key.test_crc_pubkey module

class tests.key.test_crc_pubkey.TestCRCPubkey(methodName='runTest')

Bases: TestCase

test_from_pubkey()

tests.key.test_encryption_key module

class tests.key.test_encryption_key.TestEncryptionKey(methodName='runTest')

Bases: TestCase

test_from_bob_to_alice()

tests.key.test_public_key module

class tests.key.test_public_key.TestPublicKey(methodName='runTest')

Bases: TestCase

test_encrypt_seal()

tests.key.test_signing_key module

class tests.key.test_signing_key.TestSigningKey(methodName='runTest')

Bases: TestCase

tearDown() None

Hook method for deconstructing the test fixture after testing it.

test_decrypt_seal()
test_dubp_mnemonic()
test_from_credentials()
test_load_credentials_file()
test_load_ewif_file_without_password_raise_exception()
test_load_ssb_file()
test_permissions_save_seedhex_file()
test_save_and_load_from_ewif_file()
test_save_and_load_from_private_key_file()
test_save_and_load_from_pubsec_file()
test_save_and_load_from_seedhex_file()
test_save_and_load_from_wif_file()
test_save_ewif_and_load_from_ewif_or_wif_file()
test_save_wif_and_load_from_ewif_or_wif_file()

tests.key.test_verifying_key module

class tests.key.test_verifying_key.TestVerifyingKey(methodName='runTest')

Bases: TestCase

test_block_document()
test_from_sign_to_verify()
test_get_verified_data()
test_peer_signature()
test_transaction_document()
test_ws2p_headv0()
test_ws2p_headv1()
test_ws2p_headv2()

Module contents