-
Notifications
You must be signed in to change notification settings - Fork 0
T_Ekstrand_Encryption_Ciphers_Reflector
Fred Ekstrand edited this page Aug 5, 2020
·
1 revision
Definedes Reflector operations.
System.Object
Ekstrand.Encryption.Ciphers.AbstractRotor
Ekstrand.Encryption.Ciphers.Reflector
Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class Reflector : AbstractRotorVB
<SerializableAttribute>
Public Class Reflector
Inherits AbstractRotorC++
[SerializableAttribute]
public ref class Reflector : public AbstractRotorF#
[<SerializableAttribute>]
type Reflector =
class
inherit AbstractRotor
endThe Reflector type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Reflector() | Initializes a new instance of the Reflector class. |
![]() |
Reflector(EndPointPair(Byte, Byte)[]) | Initializes a new instance of the Reflector class. |
| Name | Description | |
|---|---|---|
![]() |
Cycled | Gets a value indicating whether this IRotor has cycled. (Inherited from AbstractRotor.) |
![]() |
Incrementation | Gets or Sets the incrementation of the rotor. (Inherited from AbstractRotor.) |
![]() |
NextRotor | Gets or sets the next rotor. (Inherited from AbstractRotor.) |
![]() |
Position | Gets the current position of the rotor. (Inherited from AbstractRotor.) |
![]() |
StartPosition | Gets or sets the start position. (Inherited from AbstractRotor.) |
![]() |
SubstitutionSet | Gets or sets the substitution set. (Inherited from AbstractRotor.) |
![]() |
TurnDirection | Gets or sets the turn direction. (Inherited from AbstractRotor.) |
| Name | Description | |
|---|---|---|
![]() |
Clear | Clear all settings (Overrides AbstractRotor.Clear().) |
![]() |
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.) |
![]() |
HasCycled | Determines whether this instance has cycled. (Overrides AbstractRotor.HasCycled().) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PopulateTransulationPoints | Populates the Translation points. (Inherited from AbstractRotor.) |
![]() |
ProcessByte | Endcode/Decode byte (Overrides AbstractRotor.ProcessByte(Byte, Boolean).) |
![]() |
Reset | Resets back to its start state. (Overrides AbstractRotor.Reset().) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Turn | Turn a rotor (Overrides AbstractRotor.Turn().) |
![]() |
ValidateTransulationPoints | Validates the Translation points. (Inherited from AbstractRotor.) |
| Name | Description | |
|---|---|---|
![]() |
m_LstPosition | (Inherited from AbstractRotor.) |
![]() |
m_SettingsInUse | (Inherited from AbstractRotor.) |
![]() |
m_Translation | (Inherited from AbstractRotor.) |
Ekstrand.Encryption.Ciphers Namespace
Ekstrand.Encryption.Ciphers.AbstractRotor
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



