
rschall.sslserver-certstore.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sslserver-certstore Show documentation
Show all versions of sslserver-certstore Show documentation
A CertStore that downloads the certificates from a TLS handshake
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