| License |
License |
|---|---|
| GroupId | GroupIdorg.e-hoffman.crypto |
| ArtifactId | ArtifactIdCryptoBouncyCastle |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCryptoBouncyCastle
An implementation of the Crypto API that relys on BounceyCastle to perform AES symmteric key encryption.
Contains logic to help construct and lookup keys.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoBouncyCastle/ -->
<dependency>
<groupId>org.e-hoffman.crypto</groupId>
<artifactId>CryptoBouncyCastle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoBouncyCastle/
implementation 'org.e-hoffman.crypto:CryptoBouncyCastle:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoBouncyCastle/
implementation ("org.e-hoffman.crypto:CryptoBouncyCastle:1.0.0")
'org.e-hoffman.crypto:CryptoBouncyCastle:jar:1.0.0'
<dependency org="org.e-hoffman.crypto" name="CryptoBouncyCastle" rev="1.0.0">
<artifact name="CryptoBouncyCastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.crypto', module='CryptoBouncyCastle', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.crypto" % "CryptoBouncyCastle" % "1.0.0"
[org.e-hoffman.crypto/CryptoBouncyCastle "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.e-hoffman.crypto : Crypto | jar | 1.0.0 |
| org.bouncycastle : bcprov-ext-jdk15on | jar | 1.50 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.0 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| ch.qos.logback : logback-core | jar | 1.1.2 |
| org.e-hoffman.testing : JunitAopAllianceRunner | jar | 1.4.0 |
| org.e-hoffman.testing : ResourceUtils | jar | 1.4.0 |
| org.e-hoffman.testing : AllianceAdvice | jar | 1.4.0 |