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 bcjmail-lts8on Show documentation
Show all versions of bcjmail-lts8on Show documentation
The Bouncy Castle Java APIs for doing S/MIME with the Jakarta Mail APIs. The APIs are designed primarily to be used in conjunction with the BC LTS provider.
module org.bouncycastle.mail
{
requires org.bouncycastle.lts.prov;
requires transitive org.bouncycastle.lts.pkix;
requires jakarta.mail;
requires jakarta.activation;
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 - 2024 Weber Informatics LLC | Privacy Policy