Method

HaslContextget_supported_mechanisms

since: 0.1

Declaration [src]

char*
hasl_context_get_supported_mechanisms (
  HaslContext* ctx
)

Description [src]

Gets a space separated alphabetically sorted list of all the mechanisms that ctx knows about.

Available since: 0.1

Return value

Type: char*

The list of mechanisms.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.