META-INF.versions.9.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bcmail-lts8on Show documentation
Show all versions of bcmail-lts8on Show documentation
The Bouncy Castle Java APIs for doing S/MIME with JavaMail. The APIs are designed primarily to be used in conjunction with the BC LTS provider.
module org.bouncycastle.lts.mail
{
requires org.bouncycastle.lts.prov;
requires java.datatransfer;
requires transitive org.bouncycastle.lts.pkix;
exports org.bouncycastle.mail.smime;
//exports org.bouncycastle.mail.smime.examples;
exports org.bouncycastle.mail.smime.handlers;
exports org.bouncycastle.mail.smime.util;
exports org.bouncycastle.mail.smime.validator;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy