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

bound-tech.unbound-java-provider.42761.source-code.module-info Maven / Gradle / Ivy

Go to download

This is a collection of JAVA libraries that implement Unbound cryptographic classes for JAVA provider, PKCS11 wrapper, cryptoki, and advapi

The newest version!

module ekm.java.client {
    requires java.sql;
    requires java.sql.rowset;
    provides java.security.Provider with com.dyadicsec.provider.DYCryptoProvider;
    exports com.dyadicsec.provider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy