refcodes-security.3.3.9.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 refcodes-security Show documentation
Show all versions of refcodes-security Show documentation
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