Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId |
ArtifactId |
Version |
Type |
Licenses |
net.java.dev.jna |
jna |
5.13.0 |
jar |
LGPL-2.1-or-laterApache-2.0 |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId |
ArtifactId |
Version |
Type |
Licenses |
org.junit.jupiter |
junit-jupiter |
5.9.1 |
jar |
Eclipse Public License v2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
Project Dependency Graph
Dependency Tree
- org.apache.commons:commons-crypto:jar:1.2.0
Apache Commons Crypto |
Description: Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption
Standard New Instructions). It provides Java API for both cipher level and Java stream level.
Developers can use it to implement high performance AES encryption/decryption with the minimum
code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as
AES directly. It wraps to OpenSSL or JCE which implement the algorithms.
Features
--------
1. Cipher API for low level cryptographic operations.
2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption.
3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors).
4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl.
5. Portable across various operating systems (currently only Linux/MacOSX/Windows);
Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`).
6. Simple usage. Add the commons-crypto-(version).jar file to your classpath.
Export restrictions
-------------------
This distribution includes cryptographic software.
The country in which you currently reside may have restrictions
on the import, possession, use, and/or re-export to another country,
of encryption software. BEFORE using any encryption software,
please check your country's laws, regulations and policies
concerning the import, possession, or use, and re-export of
encryption software, to see if this is permitted.
See <http://www.wassenaar.org/> for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS),
has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1,
which includes information security software using or performing
cryptographic functions with asymmetric algorithms.
The form and manner of this Apache Software Foundation distribution makes
it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception
(see the BIS Export Administration Regulations, Section 740.13)
for both object code and source code.
The following provides more details on the included cryptographic software:
* Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java
* Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers
URL: https://commons.apache.org/proper/commons-crypto/
Project Licenses: Apache License, Version 2.0 |
- net.java.dev.jna:jna:jar:5.13.0 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.9.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.9.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.1 (test)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
LGPL-2.1-or-later: Java Native Access
Apache License, Version 2.0: Apache Commons Crypto
Apache-2.0: Java Native Access
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Dependency File Details
Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
jna-5.13.0.jar |
1.9 MB |
188 |
125 |
4 |
1.6 |
Yes |
apiguardian-api-1.1.2.jar |
6.8 kB |
9 |
3 |
2 |
- |
Yes |
junit-jupiter-5.9.1.jar |
6.4 kB |
5 |
1 |
1 |
- |
No |
junit-jupiter-api-5.9.1.jar |
207.7 kB |
194 |
179 |
8 |
- |
Yes |
junit-jupiter-engine-5.9.1.jar |
246.5 kB |
151 |
134 |
9 |
- |
Yes |
junit-jupiter-params-5.9.1.jar |
578.9 kB |
377 |
343 |
22 |
- |
Yes |
junit-platform-commons-1.9.1.jar |
103 kB |
64 |
44 |
7 |
- |
Yes |
junit-platform-engine-1.9.1.jar |
188.2 kB |
143 |
127 |
9 |
- |
Yes |
opentest4j-1.2.0.jar |
7.7 kB |
11 |
7 |
2 |
- |
Yes |
Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
9 |
3.2 MB |
1142 |
963 |
64 |
1.6 |
8 |
compile: 1 |
compile: 1.9 MB |
compile: 188 |
compile: 125 |
compile: 4 |
- |
compile: 1 |
test: 8 |
test: 1.3 MB |
test: 954 |
test: 838 |
test: 60 |
- |
test: 7 |
|