Последняя версия

Crypto 1.0.0

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".

Лицензия

Лицензия

Группа

Группа

org.e-hoffman.crypto
Идентификатор

Идентификатор

Crypto
Версия

Версия

1.0.0
Тип

Тип

jar
Описание

Описание

Crypto
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".
Организация-разработчик

Организация-разработчик

Скачать Crypto 1.0.0


<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.