Next: Creating a Signature, Up: Sign
The function gpgme_signers_clear releases a reference for each key on the signers list and removes the list of signers from the context ctx. Every context starts with an empty list.
The function gpgme_signers_clear releases a reference for each key on the signers list and removes the list of signers from the context ctx.
gpgme_signers_clear
Every context starts with an empty list.
The function gpgme_signers_add adds the key key to the list of signers in the context ctx. Calling this function acquires an additional reference for the key.
The function gpgme_signers_add adds the key key to the list of signers in the context ctx.
gpgme_signers_add
Calling this function acquires an additional reference for the key.
The function gpgme_signers_enum returns the seqth key in the list of signers in the context ctx. An additional reference is acquired for the user. If seq is out of range, NULL is returned.
The function gpgme_signers_enum returns the seqth key in the list of signers in the context ctx. An additional reference is acquired for the user.
gpgme_signers_enum
If seq is out of range, NULL is returned.
NULL