TlsFactoryLookup
- class mtf.network_port.tls.tls_factory_lookup.TlsFactoryLookup
- TlsFactoryLookup is a factory class responsible for creating instances of TLSClient and TLSServer. - This class maintains a registry of available factory types and provides a method to create instances based on the specified factory type and arguments. - Attributes:
- factories (dict): A dictionary mapping factory type names to their respective classes. 
 - factories = {'TLSClient': <class 'mtf.network_port.tls.tls_client.TLSClient'>, 'TLSServer': <class 'mtf.network_port.tls.tls_server.TLSServer'>}