GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_bank_keys_authentication_certificate
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_ebics_bank_keys_authentication_certificate(
const gln_ebics_bank_keys_t* in_keys);
Purpose
Returns the base64 X.509 authentication certificate when the bank-key view includes it, or NULL otherwise.
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 |