AaltoTLS.PluginInterface.KeyExchangeAlgorithmNull.GetMasterSecret C# (CSharp) Method

GetMasterSecret() public method

public GetMasterSecret ( PseudoRandomFunction prf, byte seed ) : byte[]
prf PseudoRandomFunction
seed byte
return byte[]
        public override byte[] GetMasterSecret(PseudoRandomFunction prf, byte[] seed)
        {
            throw new Exception("Master secret requested for null key exchange");
        }