aqbanking
5.7.8
|
#include <aqhbci/aqhbci.h>
#include <aqhbci/tanmethod.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/stringlist.h>
#include <gwenhywfar/cryptkeyrsa.h>
#include <aqbanking/user.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/url.h>
Go to the source code of this file.
Macros | |
HBCI User Flags | |
#define | AH_USER_FLAGS_BANK_DOESNT_SIGN 0x00000001 |
#define | AH_USER_FLAGS_BANK_USES_SIGNSEQ 0x00000002 |
#define | AH_USER_FLAGS_RESERVED1 0x00000004 |
#define | AH_USER_FLAGS_RESERVED2 0x00000008 |
#define | AH_USER_FLAGS_KEEPALIVE 0x00000010 |
#define | AH_USER_FLAGS_IGNORE_UPD 0x00000020 |
#define | AH_USER_FLAGS_FORCE_SSL3 0x00000040 |
#define | AH_USER_FLAGS_NO_BASE64 0x00000080 |
#define | AH_USER_FLAGS_KEEP_MULTIPLE_BLANKS 0x00000100 |
#define | AH_USER_FLAGS_TAN_OMIT_SMS_ACCOUNT 0x00000200 |
#define | AH_USER_FLAGS_TLS_ONLY_SAFE_CIPHERS 0x00000400 |
#define | AH_USER_FLAGS_USE_STRICT_SEPA_CHARSET 0x00000800 |
#define | AH_USER_FLAGS_TLS_IGN_PREMATURE_CLOSE 0x00001000 |
Functions for Flags and Status | |
enum | AH_USER_STATUS { AH_UserStatusNew =0, AH_UserStatusEnabled, AH_UserStatusPending, AH_UserStatusDisabled, AH_UserStatusUnknown =999 } |
AQHBCI_API void | AH_User_Flags_toDb (GWEN_DB_NODE *db, const char *name, uint32_t flags) |
AQHBCI_API uint32_t | AH_User_Flags_fromDb (GWEN_DB_NODE *db, const char *name) |
AQHBCI_API const char * | AH_User_Status_toString (AH_USER_STATUS st) |
AQHBCI_API AH_USER_STATUS | AH_User_Status_fromString (const char *s) |
AQHBCI_API AH_USER_STATUS | AH_User_GetStatus (const AB_USER *u) |
AQHBCI_API void | AH_User_SetStatus (AB_USER *u, AH_USER_STATUS i) |
AQHBCI_API uint32_t | AH_User_GetFlags (const AB_USER *u) |
AQHBCI_API void | AH_User_SetFlags (AB_USER *u, uint32_t flags) |
AQHBCI_API void | AH_User_AddFlags (AB_USER *u, uint32_t flags) |
AQHBCI_API void | AH_User_SubFlags (AB_USER *u, uint32_t flags) |