• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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.

    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public enum FinOperationMode
    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.

    Fields

    Name Description
    ISO9796_1

    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

    Formatting and signature according to ISO 9796-2.

    None

    No operation mode selected.

    PKCS1

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

    PSS

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

    ZeroPad

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

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH