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

GetMasterSecret() public abstract method

public abstract GetMasterSecret ( PseudoRandomFunction prf, byte seed ) : byte[]
prf PseudoRandomFunction
seed byte
return byte[]
        public abstract byte[] GetMasterSecret(PseudoRandomFunction prf, byte[] seed);