pub const SS_DBUS_NAME: &'static str = "org.freedesktop.secrets";
pub const SS_PATH: &'static str = "/org/freedesktop/secrets";
pub const SS_INTERFACE_SERVICE: &'static str = "org.freedesktop.Secret.Service";
pub const SS_INTERFACE_COLLECTION: &'static str = "org.freedesktop.Secret.Collection";
pub const SS_INTERFACE_ITEM: &'static str = "org.freedesktop.Secret.Item";
pub const SS_INTERFACE_PROMPT: &'static str = "org.freedesktop.Secret.Prompt";
pub const SS_ITEM_LABEL: &'static str = "org.freedesktop.Secret.Item.Label";
pub const SS_ITEM_ATTRIBUTES: &'static str = "org.freedesktop.Secret.Item.Attributes";
pub const ALGORITHM_PLAIN: &'static str = "plain";
pub const ALGORITHM_DH: &'static str = "dh-ietf1024-sha256-aes128-cbc-pkcs7";