aqbanking  5.7.8
Macros | Enumerations | Functions
aqhbci.h File Reference
#include <aqbanking/system.h>

Go to the source code of this file.

Macros

#define AQHBCI_API
 
#define AH_PROVIDER_NAME   "AQHBCI"
 
#define AQHBCI_LOGDOMAIN   "aqhbci"
 

Enumerations

enum  AH_CRYPT_MODE {
  AH_CryptMode_Unknown =-1, AH_CryptMode_None =0, AH_CryptMode_Ddv, AH_CryptMode_Pintan,
  AH_CryptMode_Rdh
}
 

Functions

AQHBCI_API AH_CRYPT_MODE AH_CryptMode_fromString (const char *s)
 
AQHBCI_API const char * AH_CryptMode_toString (AH_CRYPT_MODE v)
 

Macro Definition Documentation

◆ AH_PROVIDER_NAME

#define AH_PROVIDER_NAME   "AQHBCI"

Definition at line 53 of file aqhbci.h.

◆ AQHBCI_API

#define AQHBCI_API

Definition at line 48 of file aqhbci.h.

◆ AQHBCI_LOGDOMAIN

#define AQHBCI_LOGDOMAIN   "aqhbci"

Definition at line 55 of file aqhbci.h.

Enumeration Type Documentation

◆ AH_CRYPT_MODE

Enumerator
AH_CryptMode_Unknown 
AH_CryptMode_None 

No type.

AH_CryptMode_Ddv 

DES-DES-Verfahren

AH_CryptMode_Pintan 

PIN/TAN mode

AH_CryptMode_Rdh 

RSA-DES-Hybridverfahren

Definition at line 58 of file aqhbci.h.

Function Documentation

◆ AH_CryptMode_fromString()

AQHBCI_API AH_CRYPT_MODE AH_CryptMode_fromString ( const char *  s)

◆ AH_CryptMode_toString()

AQHBCI_API const char* AH_CryptMode_toString ( AH_CRYPT_MODE  v)