twisted.conch.test.test_transport.MockOldFactoryPublicKeys(MockFactory)
class documentationtwisted.conch.test.test_transport
(View In Hierarchy)
The old SSHFactory returned mappings from key names to strings from getPublicKeys(). We return those here for testing.
Method | getPublicKeys | We used to map key types to public key blobs as strings. |
Inherited from MockFactory:
Method | getPrivateKeys | Return the private keys that authenticate this server. |
Method | getPrimes | Diffie-Hellman primes that can be used for key exchange algorithms that use group exchange to establish a prime / generator group. |