Example #1
0
 public static function createTLS(Config $config)
 {
     return new TLS($config->isServer(), $config);
 }