Top | ![]() |
![]() |
![]() |
![]() |
gchar * | cryptui_key_get_base () |
CryptUIEncType | cryptui_key_get_enctype () |
void | cryptui_display_notification () |
gchar ** | cryptui_prompt_recipients () |
gchar * | cryptui_prompt_signer () |
void | cryptui_need_to_get_keys () |
gchar *
cryptui_key_get_base (const gchar *key
);
This function is a utility function to get the part of the key that preceeds the colon.
CryptUIEncType
cryptui_key_get_enctype (const gchar *key
);
A utility function to get the type of key passed in. (public, private, symmetric, etc.).
void cryptui_display_notification (const gchar *title
,const gchar *body
,const gchar *icon
,gboolean urgent
);
This function creates a notification bubble that can be updated as additional key details are discovered. See http://live.gnome.org/Seahorse/DBus for a description of the markup syntax.
gchar ** cryptui_prompt_recipients (CryptUIKeyset *keyset
,const gchar *title
,gchar **signer
);
This function prompts the user to select one or more keys from the keyset to use to encrypt to. It also allows the user to select a private key from the keyset to sign with.
gchar * cryptui_prompt_signer (CryptUIKeyset *keyset
,const gchar *title
);
This function prompts the user to select a private key from the keyset to use to sign something.
Used in key properties to indicate what kind of key it is
Never ever change a values already present. These values are used across applications, DBus etc...
Used in key properties to indicate a key's status. These values are logically OR'd together.
Never ever change a values already present. These values are used across applications, DBus etc...
Indicates where a key is located.
Never ever change a values already present. These values are used across applications, DBus etc...
What the validity of the key is.
Never ever change a values already present. These values are used across applications, DBus etc...