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

META-INF.versions.9.module-info Maven / Gradle / Ivy

Go to download

The Bouncy Castle Java APIs for the OpenPGP Protocol. The APIs are designed primarily to be used in conjunction with the BC LTS provider but may also be used with other providers providing cryptographic services.

The newest version!
module org.bouncycastle.lts.pg
{
    requires org.bouncycastle.lts.prov;
    requires org.bouncycastle.lts.util;
    requires java.logging;

    exports org.bouncycastle.bcpg;
    exports org.bouncycastle.gpg;
    exports org.bouncycastle.openpgp;
    exports org.bouncycastle.bcpg.attr;
    exports org.bouncycastle.bcpg.sig;
    exports org.bouncycastle.gpg.keybox;
    exports org.bouncycastle.gpg.keybox.bc;
    exports org.bouncycastle.gpg.keybox.jcajce;
    exports org.bouncycastle.openpgp.bc;
    exports org.bouncycastle.openpgp.jcajce;
    exports org.bouncycastle.openpgp.operator;
    exports org.bouncycastle.openpgp.operator.bc;
    exports org.bouncycastle.openpgp.operator.jcajce;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy