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 API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.8 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

The newest version!
module org.bouncycastle.pg
{
    requires org.bouncycastle.provider;
    requires org.bouncycastle.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.examples;
    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