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

GetMACAlgorithm() public method

public GetMACAlgorithm ( string name ) : MACAlgorithm
name string
return MACAlgorithm
        public virtual MACAlgorithm GetMACAlgorithm(string name)
        {
            return null;
        }