- public string dup_key_id ()
- public string dup_signing_algorithm ()
- public bool get_always_trust ()
Returns whether to skip key validation and assume that used keys are
always fully trusted.
- public bool get_ask_send_public_key ()
Returns, whether should ask before sending PGP public key in messages.
- public bool get_encrypt_by_default ()
Returns whether to digitally encrypt outgoing messages by default
using OpenPGP-compliant software such as GNU Privacy Guard (GnuPG).
- public bool get_encrypt_to_self ()
Returns whether to "encrypt-to-self" when sending encrypted messages.
- public unowned string get_key_id ()
Returns the OpenPGP key ID used to sign and encrypt messages.
- public bool get_locate_keys ()
Returns, whether gpg can locate keys using Web Key Directory (WKD)
lookup when encrypting messages.
- public bool get_prefer_inline ()
Returns whether to prefer inline sign/encrypt of the text/plain
messages.
- public bool get_send_prefer_encrypt ()
Returns, whether should claim the encryption is preferred when sending
public key in messages.
- public bool get_send_public_key ()
Returns, whether should send PGP public key in messages.
- public bool get_sign_by_default ()
Returns whether to digitally sign outgoing messages by default using
OpenPGP-compliant software such as GNU Privacy Guard (GnuPG).
- public unowned string get_signing_algorithm ()
Returns the name of the hash algorithm used to digitally sign outgoing
messages.
- public void set_always_trust (bool always_trust)
Sets whether to skip key validation and assume that used keys are
always fully trusted.
- public void set_ask_send_public_key (bool ask_send_public_key)
Sets the ask_send_public_key on the
this, which tells the client to ask before user sends public key in the messages in an Autocrypt
header.
- public void set_encrypt_by_default (bool encrypt_by_default)
Sets whether to digitally encrypt outgoing messages by default using
OpenPGP-compliant software such as GNU Privacy Guard (GnuPG).
- public void set_encrypt_to_self (bool encrypt_to_self)
Sets whether to "encrypt-to-self" when sending encrypted messages.
- public void set_key_id (string key_id)
Sets the OpenPGP key ID used to sign and encrypt messages.
- public void set_locate_keys (bool locate_keys)
Sets the locate_keys on the
this, which is used to instruct gpg to locate keys using Web Key Directory (WKD) lookup when encrypting messages.
- public void set_prefer_inline (bool prefer_inline)
Sets whether to prefer inline sign/encrypt of the text/plain messages.
- public void set_send_prefer_encrypt (bool send_prefer_encrypt)
Sets the send_prefer_encrypt on the
this, which tells the client to claim the user prefer encryption when also sending its public key in
the messages (set_send_public_key).
- public void set_send_public_key (bool send_public_key)
Sets the send_public_key on the
this, which tells the client to include user's public key in the messages in an Autocrypt header.
- public void set_sign_by_default (bool sign_by_default)
Sets whether to digitally sign outgoing messages by default using
OpenPGP-compliant software such as GNU Privacy Guard (GnuPG).
- public void set_signing_algorithm (string signing_algorithm)
Sets the name of the hash algorithm used to digitally sign outgoing
messages.