Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API const char* GLN_CALL gln_get_ebics_bank_keys_encryption_digest(const gln_ebics_bank_keys_t* in_keys);
  • Family: EBICS setup and key lifecycle
  • Return type: const char*

Purpose

Returns the bank encryption-key digest that must be checked out of band before verification.

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