E.SourceSMIME – libedataserver-1.2 Reference Manual
Packages
libedataserver-1.2
E
SourceSMIME
encrypt_by_default
encrypt_to_self
encryption_certificate
sign_by_default
signing_algorithm
signing_certificate
SourceSMIME
dup_encryption_certificate
dup_signing_algorithm
dup_signing_certificate
get_encrypt_by_default
get_encrypt_to_self
get_encryption_certificate
get_sign_by_default
get_signing_algorithm
get_signing_certificate
set_encrypt_by_default
set_encrypt_to_self
set_encryption_certificate
set_sign_by_default
set_signing_algorithm
set_signing_certificate
SourceSMIME
Object Hierarchy:
Description:
[
CCode
( type_id =
"e_source_smime_get_type ()"
) ]
[
Version
( since =
"3.6"
) ]
public
class
SourceSMIME
:
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Namespace:
E
Package:
libedataserver-1.2
Content:
Properties:
public
bool
encrypt_by_default
{
get
;
set
construct
; }
Encrypt outgoing messages by default
public
bool
encrypt_to_self
{
get
;
set
construct
; }
Always encrypt to myself
public
string
encryption_certificate
{
get
;
set
construct
; }
S/MIME certificate for encrypting messages
public
bool
sign_by_default
{
get
;
set
construct
; }
Sign outgoing messages by default
public
string
signing_algorithm
{
get
;
set
construct
; }
Hash algorithm used to sign messages
public
string
signing_certificate
{
get
;
set
construct
; }
S/MIME certificate for signing messages
Creation methods:
protected
SourceSMIME
()
Methods:
public
string
?
dup_encryption_certificate
()
Thread-safe variation of
get_encryption_certificate
.
public
string
?
dup_signing_algorithm
()
Thread-safe variation of
get_signing_algorithm
.
public
string
?
dup_signing_certificate
()
Thread-safe variation of
get_signing_certificate
.
public
bool
get_encrypt_by_default
()
Returns whether to encrypt outgoing messages by default using S/MIME software such as Mozilla Network Security Services (NSS).
public
bool
get_encrypt_to_self
()
Returns whether to "encrypt-to-self" when sending encrypted messages.
public
unowned
string
?
get_encryption_certificate
()
Returns the S/MIME certificate name used to encrypt messages.
public
bool
get_sign_by_default
()
Returns whether to digitally sign outgoing messages by default using S/MIME software such as Mozilla Network Security Services (NSS).
public
unowned
string
?
get_signing_algorithm
()
Returns the name of the hash algorithm used to digitally sign outgoing messages.
public
unowned
string
?
get_signing_certificate
()
Returns the S/MIME certificate name used to sign messages.
public
void
set_encrypt_by_default
(
bool
encrypt_by_default)
Sets whether to encrypt outgoing messages by default using S/MIME software such as Mozilla Network Security Services (NSS).
public
void
set_encrypt_to_self
(
bool
encrypt_to_self)
Sets whether to "encrypt-to-self" when sending encrypted messages.
public
void
set_encryption_certificate
(
string
? encryption_certificate)
Sets the certificate name used to encrypt messages.
public
void
set_sign_by_default
(
bool
sign_by_default)
Sets whether to digitally sign outgoing messages by default using S/MIME software such as Mozilla Network Security Services (NSS).
public
void
set_signing_algorithm
(
string
? signing_algorithm)
Sets the name of the hash algorithm used to digitally sign outgoing messages.
public
void
set_signing_certificate
(
string
? signing_certificate)
Sets the S/MIME certificate name used to sign messages.
Inherited Members:
All known members inherited from class E.SourceExtension
get_source
property_lock
property_unlock
ref_source
source
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref