-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Encryption_Ciphers_EnigmaBinary_Init
Fred Ekstrand edited this page Aug 5, 2020
·
1 revision
Initialize the cipher.
Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Init(
bool forEncryption = true,
ICipherParameters parameters = null
)VB
Public Sub Init (
Optional forEncryption As Boolean = true,
Optional parameters As ICipherParameters = Nothing
)C++
public:
virtual void Init(
bool forEncryption = true,
ICipherParameters^ parameters = nullptr
) sealedF#
abstract Init :
?forEncryption : bool *
?parameters : ICipherParameters
(* Defaults:
let _forEncryption = defaultArg forEncryption true
let _parameters = defaultArg parameters null
*)
-> unit
override Init :
?forEncryption : bool *
?parameters : ICipherParameters
(* Defaults:
let _forEncryption = defaultArg forEncryption true
let _parameters = defaultArg parameters null
*)
-> unit
- forEncryption (Optional)
- Type: System.Boolean
Initialize for encryption if true, for decryption if false. - parameters (Optional)
- Type: Ekstrand.Encryption.Ciphers.ICipherParameters
The key or other data required by the cipher.
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