C# Class AK.F1.Timing.Live.Encryption.DecrypterFactoryBase

Inheritance: IDecrypterFactory
Afficher le fichier Open project: simoneb/ak-f1-timing

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( ) : IDecrypter
Create ( string sessionId ) : IDecrypter

Méthodes protégées

Méthode Description
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.

Method Details

Create() public méthode

public Create ( ) : IDecrypter
Résultat IDecrypter

Create() public méthode

public Create ( string sessionId ) : IDecrypter
sessionId string
Résultat IDecrypter

CreateWithSeed() protected abstract méthode

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.
Résultat IDecrypter

DecrypterFactoryBase() protected méthode

Initialises a new instance of the DecrypterFactoryBase class.
protected DecrypterFactoryBase ( ) : System
Résultat System

GetSeedForSession() protected abstract méthode

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.
Résultat int