Enum FinOperationMode
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 = 16Formatting 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 = 17Formatting and signature according to ISO 9796-2.
None = 0No operation mode selected.
PKCS1 = 18Formatting, signature, encryption and decryption according to PKCS #1.
PSS = 19Formatting and signature according to RSASSA-PSS as defined in PKCS #1.
ZeroPad = 2Zeroes 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.