maverick-bc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sshtools</groupId> <artifactId>maverick-bc</artifactId> <version>3.1.2</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.sshtools</groupId> <artifactId>maverick-synergy-group</artifactId> <version>3.1.2</version> </parent> <artifactId>maverick-bc</artifactId> <name>BouncyCastle JCE Support</name> <description>Enables tighter integration with the BouncyCastle JCE Provider</description> <dependencies> <dependency> <groupId>com.sshtools</groupId> <artifactId>maverick-base</artifactId> <version>${project.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on --> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> <version>1.76</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> <version>1.76</version> </dependency> </dependencies> </project>