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

refcodes-security.3.3.9.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact with commonly used security functionality such as message digester and provider for the java.security framework. The "refcodes-forwardsecrecy" framework settels on top of the "refcodes-security" artifact.

The newest version!
module org.refcodes.security {
	requires org.refcodes.data;
	requires transitive org.refcodes.exception;
	requires transitive org.refcodes.mixin;
	requires java.logging;
	requires org.refcodes.runtime;

	exports org.refcodes.security;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy