AaltoTLS.PluginInterface.CipherSuitePlugin.GetKeyExchangeAlgorithm C# (CSharp) Method

GetKeyExchangeAlgorithm() public method

public GetKeyExchangeAlgorithm ( string name ) : KeyExchangeAlgorithm
name string
return KeyExchangeAlgorithm
        public virtual KeyExchangeAlgorithm GetKeyExchangeAlgorithm(string name)
        {
            return null;
        }