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
Copy file name to clipboardexpand all lines: README.md
+19-8
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository contains a Java Client and a [JCA provider](https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) for Parsec. The client exposes the [PSA Crypto API](https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/PSA_Cryptography_API_Specification.pdf) to Java Applications and the JCA Provider allows existing applications that employ JCA to switch to Parsec.
4
4
5
-
*Note*: this client is at an early stage of development and not yet ready for production use. We welcome contributions!
5
+
_Note_: this client is at an early stage of development and not yet ready for production use. We welcome contributions!
6
6
7
7
## In this repository
8
8
@@ -12,16 +12,29 @@ The repository contains the following packages:
12
12
- parsec-jca-java: JCA Provider
13
13
- parsec-interface-java: Private wrapper for protobuf classes and socket communication
0 commit comments