-
Notifications
You must be signed in to change notification settings - Fork 0
T_Ekstrand_Encryption_Ciphers_EnigmaManager
Fred Ekstrand edited this page Aug 5, 2020
·
1 revision
Responsible for managing: operation, initialization, and configuring: EntryRotor, Rotors, Reflector, Turn, Plugboard, CipherController and RotorController.
System.Object
Ekstrand.Encryption.Ciphers.EnigmaManager
Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class EnigmaManagerVB
<SerializableAttribute>
Public Class EnigmaManagerC++
[SerializableAttribute]
public ref class EnigmaManagerF#
[<SerializableAttribute>]
type EnigmaManager = class endThe EnigmaManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
EnigmaManager() | Initializes a new instance of the EnigmaManager class. |
![]() |
EnigmaManager(ICipherParameters) | Initializes a new instance of the EnigmaManager class. |
| Name | Description | |
|---|---|---|
![]() |
CipherController | Gets or sets the cipher controller. |
| Name | Description | |
|---|---|---|
![]() |
Clear | Clears this instance. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | Initializes this instance. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ProcessByte | Processes the byte. |
![]() |
Reset | Resets back to its start state. |
![]() |
ReturnConfiguration | Returns the enigma configuration. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
Created using: Sandcastle Help File Builder
-
Namespaces
-
Ekstrand.Encryption.Ciphers Namespace
- AbstractCipherController Class
- AbstractPlugboard Class
- AbstractRotor Class
- AbstractRotorController Class
- AbstractTurn Class
- CipherController Class
- CryptoException Class
- DataLengthException Class
- EndPointPair(T1, T2) Class
- EnigmaBinary Class
- EnigmaBinaryParameters Class
- EnigmaManager Class
- EntryRotor Class
- EntryRotorParameters Class
- ICipherController Interface
- ICipherParameters Interface
- IEntryRotorParameters Interface
- IPlugboard Interface
- IReflectorParameters Interface
- IRotor Interface
- IRotorController Interface
- IRotorParameters Interface
- IStreamCipher Interface
- ITurn Interface
- Plugboard Class
- PlugboardParameters Class
- Reflector Class
- ReflectorParameters Class
- Rotor Class
- RotorController Class
- RotorParameters Class
- RotorTurnDirection Enumeration
- Turn Class
-
Ekstrand.Encryption.Ciphers Namespace


