| License |
License |
|---|---|
| GroupId | GroupIdde.hs-heilbronn.mi |
| ArtifactId | ArtifactIdcrypto-utils |
| Last Version | Last Version3.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncrypto-utils
Utility library for reading and writing X509 certificates and keys. Also provides a simple certificate authority implementation based on the Bouncy Castle crypto library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crypto-utils-3.3.0.pom | |
| crypto-utils-3.3.0.jar | 32 KB |
| crypto-utils-3.3.0-sources.jar | 18 KB |
| crypto-utils-3.3.0-javadoc.jar | 447 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hs-heilbronn.mi/crypto-utils/ -->
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crypto-utils</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hs-heilbronn.mi/crypto-utils/
implementation 'de.hs-heilbronn.mi:crypto-utils:3.3.0'
// https://jarcasting.com/artifacts/de.hs-heilbronn.mi/crypto-utils/
implementation ("de.hs-heilbronn.mi:crypto-utils:3.3.0")
'de.hs-heilbronn.mi:crypto-utils:jar:3.3.0'
<dependency org="de.hs-heilbronn.mi" name="crypto-utils" rev="3.3.0">
<artifact name="crypto-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hs-heilbronn.mi', module='crypto-utils', version='3.3.0')
)
libraryDependencies += "de.hs-heilbronn.mi" % "crypto-utils" % "3.3.0"
[de.hs-heilbronn.mi/crypto-utils "3.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
| commons-codec : commons-codec | jar | 1.15 |
| org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.slf4j : jcl-over-slf4j | jar | 1.8.0-beta4 |
| de.hs-heilbronn.mi : log4j2-utils | jar | 0.13.0 |