Skip to content

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);
  • Family: EBICS setup and key lifecycle
  • Return type: const char*

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.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_keysinputconst gln_ebics_bank_keys_t*nonnullborrowed

See Also