AaltoTLS.PluginInterface.KeyExchangeAlgorithmNull.GetMasterSecret C# (CSharp) 메소드

GetMasterSecret() 공개 메소드

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