You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,9 +17,10 @@ In addition, please have a look at the following tests for implementation exampl
17
17
18
18
-[TestCoverCrypt](./src/test/java/com/cosmian/TestCoverCrypt.java) for using the CoverCrypt scheme with Cosmian KMS
19
19
-[TestFfiCoverCrypt](./src/test/java/com/cosmian/TestFfiCoverCrypt.java) for using the CoverCrypt scheme with the local native library
20
-
-[TestAbe](./src/test/java/com/cosmian/TestAbe.java) for using the ABE GPSW scheme with Cosmian KMS
21
-
-[TestFfiAbe](./src/test/java/com/cosmian/TestFfiAbe.java) for using the ABE GPSW scheme with the local native library
20
+
-[TestGpsw](./src/test/java/com/cosmian/TestAbe.java) for using the ABE GPSW scheme with Cosmian KMS
21
+
-[TestFfiGpsw](./src/test/java/com/cosmian/TestFfiAbe.java) for using the ABE GPSW scheme with the local native library
22
22
-[TestKmip](./src/test/java/com/cosmian/TestKmip.java) for using the KMIP 2.1 interface with the Cosmian KMS
23
+
-[TestFfiFindex](./src/test/java/com/cosmian/TestFfiAbe.java) for using the SSE Findex scheme with the local native library
23
24
24
25
25
26
## Using in Java projects
@@ -30,7 +31,7 @@ This library free software and is available on Maven Central
30
31
<dependency>
31
32
<groupId>com.cosmian</groupId>
32
33
<artifactId>cosmian_java_lib</artifactId>
33
-
<version>0.7.5</version>
34
+
<version>0.7.6</version>
34
35
</dependency>
35
36
```
36
37
@@ -40,13 +41,24 @@ When using local encryption and decryption with [GPSW](https://github.com/Cosmia
40
41
41
42
Check the main pages of the respective projects to build the native librairies appropriate for your systems. The [test directory](./src/test/resources/linux-x86-64/) provides pre-built libraries for Linux GLIBC 2.17. These librairies should run fine on a system with a more recent GLIBC version.
42
43
43
-
This table shows the minimum versions correspondances between the various components
44
+
This table shows the minimum versions correspondences between the various components
0 commit comments