Enum FinHash
Selects a hash algorithm.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinHash
Remarks
The actual values of this enumeration correspond with the value of the hash algorithm field (Hashalgorithmus, kodiert) in FinTS segments.
For each supported hash algorithm a suitable IFinHashAlgorithm implementation is provided. A concrete implementation can be conveniently created through the FinHashAlgorithmFactory class.
Fields
Name | Description |
---|---|
None | No hashing shall be done, or variable has not been initialised, yet. |
RipeMD160 | RIPE-MD 160 hash algorithm. |
Sha1 | SHA-1 hash algorithm. |
Sha256 | SHA-256 hash algorithm. |
Sha256Sha256 | Double SHA-256 hash algorithm. |
Sha384 | SHA-384 hash algorithm. |
Sha512 | SHA-512 hash algorithm. |