GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_bank_keys_authentication_digest
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_ebics_bank_keys_authentication_digest(
const gln_ebics_bank_keys_t* in_keys);
Purpose
Returns the bank authentication-key digest that must be checked out of band before verification.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_keys | input | const gln_ebics_bank_keys_t* | nonnull | borrowed |