All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ecret-service.2.0.1-alpha.source-code.module-info Maven / Gradle / Ivy

Go to download

A Java library for storing secrets in the gnome-keyring over the DBus. Simply set and get passwords in a gnome linux system.

The newest version!
module de.swiesend.secretservice {
    requires transitive org.freedesktop.dbus;
    requires at.favre.lib.hkdf;
    requires org.slf4j;

    opens de.swiesend.secretservice to org.freedesktop.dbus;

    exports de.swiesend.secretservice;
    exports de.swiesend.secretservice.simple;
    exports de.swiesend.secretservice.interfaces;
    exports de.swiesend.secretservice.gnome.keyring.interfaces;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy