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

rschall.sslserver-certstore.1.0.0.source-code.module-info Maven / Gradle / Ivy

The newest version!

/**
 * Module for the {@code "SSLServer"} security provider.
 * 
 * @provides java.security.Provider
 */
module com.github.marschall.sslservercertstore {

  exports com.github.marschall.sslservercertstore;

  provides java.security.Provider
      with com.github.marschall.sslservercertstore.SSLServerProvider;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy