| License |
License |
|---|---|
| GroupId | GroupIdorg.e-hoffman.crypto |
| ArtifactId | ArtifactIdCryptoProperties |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCryptoProperties
Uses an instance of the Crypto API to encrypt and decrypt values of a property files.
Allows the selection of Crypto API implementation, as well as a high amount of other configurability in the CryptoEnvironment
class. Usually used by extending the AbstractCryptoPropertyProvider class.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoProperties/ -->
<dependency>
<groupId>org.e-hoffman.crypto</groupId>
<artifactId>CryptoProperties</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoProperties/
implementation 'org.e-hoffman.crypto:CryptoProperties:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/CryptoProperties/
implementation ("org.e-hoffman.crypto:CryptoProperties:1.0.0")
'org.e-hoffman.crypto:CryptoProperties:jar:1.0.0'
<dependency org="org.e-hoffman.crypto" name="CryptoProperties" rev="1.0.0">
<artifact name="CryptoProperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.crypto', module='CryptoProperties', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.crypto" % "CryptoProperties" % "1.0.0"
[org.e-hoffman.crypto/CryptoProperties "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.e-hoffman.crypto : Crypto | jar | 1.0.0 |
| commons-configuration : commons-configuration | jar | 1.10 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| ch.qos.logback : logback-classic Optional | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.e-hoffman.crypto : CryptoBouncyCastle | jar | 1.0.0 |
| junit : junit | jar | 4.11 |
| commons-io : commons-io | jar | 2.4 |
| org.assertj : assertj-core | jar | 1.6.0 |
| org.e-hoffman.testing : LogbackCapture | jar | 1.4.0 |
| 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 |