refcodes-forwardsecrecy.3.3.8.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-forwardsecrecy Show documentation
Show all versions of refcodes-forwardsecrecy Show documentation
Artifact for the refcodes forward secrecy framework design.
The newest version!
module org.refcodes.forwardsecrecy {
requires org.bouncycastle.provider;
requires org.bouncycastle.pkix;
requires org.refcodes.controlflow;
requires org.refcodes.data;
requires org.refcodes.textual;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.factory;
requires transitive org.refcodes.generator;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.security;
requires java.logging;
requires jasypt;
requires org.refcodes.runtime;
exports org.refcodes.forwardsecrecy;
}