Enum FinCipher

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Selects a cipher algorithm

public enum FinCipher

Fields

AES256 = 14

AES 256 cipher algorithm.

None = 0

No cipher selected or not initialised, yet.

TwoKeyTripleDES = 13

2-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.