Enum FinCipher
Selects a cipher algorithm
public enum FinCipher
Fields
AES256 = 14AES 256 cipher algorithm.
None = 0No cipher selected or not initialised, yet.
TwoKeyTripleDES = 132-Key-Triple-DES cipher algorithm.
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.