Enum FinCipher
Selects a cipher algorithm
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinCipher
Remarks
The actual values of this enumeration correspond with the value of the cipher algorithm field (Verschluesselungsalgorithmus, kodiert) in FinTS segments.
For each supported cipher algorithm a suitable IFinCipherAlgorithm implementation is provided. A concrete implementation can be conveniently created through the FinCipherAlgorithmFactory class.
Fields
Name | Description |
---|---|
AES256 | AES 256 cipher algorithm. |
None | No cipher selected or not initialised, yet. |
TwoKeyTripleDES | 2-Key-Triple-DES cipher algorithm. |