Top | ![]() |
![]() |
![]() |
![]() |
A GMimePkcs7Context is a GMimeCryptoContext that uses GnuPG to do all of the encryption and digital signatures.
GMimeCryptoContext *
g_mime_pkcs7_context_new (GMimePasswordRequestFunc request_passwd
);
Creates a new pkcs7 crypto context object.
gboolean
g_mime_pkcs7_context_get_always_trust (GMimePkcs7Context *ctx
);
Gets the always_trust
flag on the pkcs7 context.
void g_mime_pkcs7_context_set_always_trust (GMimePkcs7Context *ctx
,gboolean always_trust
);
Sets the always_trust
flag on the pkcs7 context which is used for
encryption.