C# 클래스 AK.F1.Timing.Live.Encryption.DecrypterFactoryBase

상속: IDecrypterFactory
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( ) : IDecrypter
Create ( string sessionId ) : IDecrypter

보호된 메소드들

메소드 설명
CreateWithSeed ( int seed ) : IDecrypter

When overriden in a derived class; creates a new AK.F1.Timing.Live.Encryption.IDecrypter using the specified seed.

DecrypterFactoryBase ( ) : System

Initialises a new instance of the DecrypterFactoryBase class.

GetSeedForSession ( string sessionId ) : int

When overriden in a derived class, gets the decryption seed for the this with the specified identifier.

메소드 상세

Create() 공개 메소드

public Create ( ) : IDecrypter
리턴 IDecrypter

Create() 공개 메소드

public Create ( string sessionId ) : IDecrypter
sessionId string
리턴 IDecrypter

CreateWithSeed() 보호된 추상적인 메소드

When overriden in a derived class; creates a new AK.F1.Timing.Live.Encryption.IDecrypter using the specified seed.
protected abstract CreateWithSeed ( int seed ) : IDecrypter
seed int The decryption seed.
리턴 IDecrypter

DecrypterFactoryBase() 보호된 메소드

Initialises a new instance of the DecrypterFactoryBase class.
protected DecrypterFactoryBase ( ) : System
리턴 System

GetSeedForSession() 보호된 추상적인 메소드

When overriden in a derived class, gets the decryption seed for the this with the specified identifier.
/// Thrown when is . /// /// Thrown when is empty. ///
protected abstract GetSeedForSession ( string sessionId ) : int
sessionId string The identifier of the this to return the decryption seed /// for.
리턴 int