GMimePkcs7Context — PKCS7 crypto contexts
GObject ╰── GMimeCryptoContext ╰── GMimePkcs7Context
A GMimePkcs7Context is a GMimeCryptoContext that uses GnuPG to do all of the encryption and digital signatures.
GMimeCryptoContext * g_mime_pkcs7_context_new (void);
void
Creates a new pkcs7 crypto context object.
a new pkcs7 crypto context object.
[transfer full]
typedef struct _GMimePkcs7Context GMimePkcs7Context;
A PKCS7 crypto context.
GMimeCryptoContext