| License |
License |
|---|---|
| GroupId | GroupIdorg.e-hoffman.crypto |
| ArtifactId | ArtifactIdCrypto |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCrypto
A contract for a replaceable encryptor/decryptor that is only related to the actual act of encryption or decryption.
Key look up, reading, encryptor configuration, and padding are all construction level details that are not covered by
this API, and should be handled in a dependency injection container, instance construction, or some other "factory".
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| Crypto-1.0.0.pom | |
| Crypto-1.0.0.jar | 2 KB |
| Crypto-1.0.0-sources.jar | 1 KB |
| Crypto-1.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/ -->
<dependency>
<groupId>org.e-hoffman.crypto</groupId>
<artifactId>Crypto</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/
implementation 'org.e-hoffman.crypto:Crypto:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/
implementation ("org.e-hoffman.crypto:Crypto:1.0.0")
'org.e-hoffman.crypto:Crypto:jar:1.0.0'
<dependency org="org.e-hoffman.crypto" name="Crypto" rev="1.0.0">
<artifact name="Crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.crypto', module='Crypto', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.crypto" % "Crypto" % "1.0.0"
[org.e-hoffman.crypto/Crypto "1.0.0"]