Enum FinOperationMode

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

Selects a mode for formatting the hash value and computing or verifying the signature over it, or for padding/unpadding the session key and encrypting/decrypting it.

public enum FinOperationMode

Fields

ISO9796_1 = 16

Formatting and signature according to ISO 9796-1. This is the classic RDH signature mode and was the only signature mode until FinTS 3.0.

ISO9796_2 = 17

Formatting and signature according to ISO 9796-2.

None = 0

No operation mode selected.

PKCS1 = 18

Formatting, signature, encryption and decryption according to PKCS #1.

PSS = 19

Formatting and signature according to RSASSA-PSS as defined in PKCS #1.

ZeroPad = 2

Zeroes are prefixed to the session key for encryption and removed after decryption. This is only applicable as a cipher mode specification.

Remarks

The actual values of this enumeration are similar to the value for the signature and cipher algorithm operation mode code (Operationsmodus, kodiert) of the various HBCI security related segments.