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
The library provides a Java friendly API to the [Cosmian Ubiquitous Encryption platform](https://cosmian.com),
6
-
the CloudProof product in particular.
5
+
The Cloudproof Java library provides a Java friendly API to the [Cosmian Cloudproof Encryption product](https://docs.cosmian.com/cloudproof_encryption/use_cases_benefits/).
7
6
7
+
In summary, Cloudproof Encryption product secures data repositories in the cloud with attributes-based access control encryption and encrypted search.
8
8
9
9
## Getting started
10
10
11
11
12
-
Please [check the online documentation](https://docs.cosmian.com/cloudproof_encryption/use_cases_benefits/) for details
13
-
on using the CloudProof APIs
12
+
Please [check the online documentation](https://docs.cosmian.com/cloudproof_encryption/use_cases_benefits/) for details on using the CloudProof APIs
14
13
15
14
16
15
In addition, please have a look at the following tests for implementation examples:
@@ -20,7 +19,7 @@ In addition, please have a look at the following tests for implementation exampl
20
19
-[TestGpsw](./src/test/java/com/cosmian/TestAbe.java) for using the ABE GPSW scheme with Cosmian KMS
21
20
-[TestFfiGpsw](./src/test/java/com/cosmian/TestFfiAbe.java) for using the ABE GPSW scheme with the local native library
22
21
-[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
22
+
-[TestFfiFindex](./src/test/java/com/cosmian/TestFfiFindex.java) for using the SSE Findex scheme with the local native library
24
23
25
24
26
25
## Using in Java projects
@@ -30,8 +29,8 @@ This library free software and is available on Maven Central
<description>The Cloudproof Java Lib secures data repositories in the cloud with attributes-based access control encryption and encrypted search</description>
0 commit comments