bcpg-lts8on
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-lts8on</artifactId> <version>2.73.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-lts8on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle OpenPGP APIs (LTS Distribution)</name> <version>2.73.7</version> <description>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.</description> <url>https://www.bouncycastle.org/fips-java</url> <licenses> <license> <name>Bouncy Castle Licence</name> <url>https://www.bouncycastle.org/licence.html</url> <distribution>repo</distribution> </license> <license> <name>Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/bcgit/bc-lts-java</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/bcgit/bc-lts-java/issues</url> </issueManagement> <developers> <developer> <id>feedback-crypto</id> <name>The Legion of the Bouncy Castle Inc.</name> <email>feedback-crypto@bouncycastle.org</email> </developer> </developers> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-lts8on</artifactId> <version>[2.73.7,2.74.0)</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-lts8on</artifactId> <version>[2.73.7,2.74.0)</version> <type>jar</type> </dependency> </dependencies> </project>