C# Класс AK.F1.Timing.Live.Encryption.DecrypterFactoryBase

Наследование: IDecrypterFactory
Показать файл Открыть проект

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