Method

EDataServerSourceOpenPGPset_signing_algorithm

since: 3.6

Declaration [src]

void
e_source_openpgp_set_signing_algorithm (
  ESourceOpenPGP* extension,
  const gchar* signing_algorithm
)

Description [src]

Sets the name of the hash algorithm used to digitally sign outgoing messages.

The internal copy of signing_algorithm is automatically stripped of leading and trailing whitespace. If the resulting string is empty, NULL is set instead.

Available since: 3.6

Parameters

signing_algorithm

Type: const gchar*

The signing algorithm for outgoing messages.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.