C# Class AK.F1.Timing.Live.Encryption.DecrypterFactoryBaseTest.StubDecrypterFactory

Inheritance: DecrypterFactoryBase
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
GetLogProperty ( ) : log4net.ILog

Protected Methods

Method Description
CreateWithSeed ( int seed ) : IDecrypter
GetSeedForSession ( string sessionId ) : int

Method Details

CreateWithSeed() protected method

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
return IDecrypter

GetLogProperty() public method

public GetLogProperty ( ) : log4net.ILog
return log4net.ILog

GetSeedForSession() protected method

protected GetSeedForSession ( string sessionId ) : int
sessionId string
return int