Top | ![]() |
![]() |
![]() |
![]() |
CamelCipherContext * | camel_smime_context_new () |
void | camel_smime_context_set_encrypt_key () |
void | camel_smime_context_set_sign_mode () |
guint32 | camel_smime_context_describe_part () |
const gchar * | camel_smime_context_util_nss_error_to_string () |
CamelCipherContext *
camel_smime_context_new (CamelSession *session
);
Creates a new sm cipher context object.
void camel_smime_context_set_encrypt_key (CamelSMIMEContext *context
,gboolean use
,const gchar *key
);
void camel_smime_context_set_sign_mode (CamelSMIMEContext *context
,CamelSMIMESign type
);
guint32 camel_smime_context_describe_part (CamelSMIMEContext *context
,struct _CamelMimePart *part
);
const gchar *
camel_smime_context_util_nss_error_to_string
(gint nss_error_code
);
Utility function to get a localized text description for an error code
returned by PORT_GetError()
.
Note: the function returns always NULL when the library was not compiled with S/MIME support.
a localized text description of the nss_error_code
,
or NULL, when the code is unknown or the library was not compiled with
S/MIME support.
[nullable]
Since: 3.52