Skip to content

T_Ekstrand_Encryption_Ciphers_EnigmaManager

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

EnigmaManager Class

Responsible for managing: operation, initialization, and configuring: EntryRotor, Rotors, Reflector, Turn, Plugboard, CipherController and RotorController.

Inheritance Hierarchy

System.Object
  Ekstrand.Encryption.Ciphers.EnigmaManager
Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public class EnigmaManager

VB

<SerializableAttribute>
Public Class EnigmaManager

C++

[SerializableAttribute]
public ref class EnigmaManager

F#

[<SerializableAttribute>]
type EnigmaManager =  class end

The EnigmaManager type exposes the following members.

Constructors

 

Name Description
Public method EnigmaManager() Initializes a new instance of the EnigmaManager class.
Public method EnigmaManager(ICipherParameters) Initializes a new instance of the EnigmaManager class.
  Back to Top

Properties

 

Name Description
Public property CipherController Gets or sets the cipher controller.
  Back to Top

Methods

 

Name Description
Public method Clear Clears this instance.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes this instance.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ProcessByte Processes the byte.
Public method Reset Resets back to its start state.
Public method ReturnConfiguration Returns the enigma configuration.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally