elft3r / parsec-client-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsec Java Client

This repository contains a Java Client and a JCA provider for Parsec. The client exposes the PSA Crypto API to Java Applications and the JCA Provider allows existing applications that employ JCA to switch to Parsec.

Note: this client is at an early stage of development and not yet ready for production use. We welcome contributions!

In this repository

The repository contains the following packages:

  • parsec-client-java : PSA Crypto API Client
  • parsec-jca-java: JCA Provider
  • parsec-interface-java: Private wrapper for protobuf classes and socket communication
  • parsec-protobuf-java: Java Protobuf classes (generated)
  • parsec-testcontainers: Collection of Docker test containers for development & testing

How to use this library

TODO

How to develop the Parsec Java Client

TODO

Example Implementations

There are a number of example implementations of both the basic java client and JCA provider along with a demo (separate repository) Both the tests and workshop demo cover the basic functionality of the current implementation:

  • Parsec JCA Tests Link
  • Parsec Test Containers Link
  • Parsec Workshop Demos (External Repository) Link

License

The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.

Contributing

We welcome contributing, both in the use of this client library and programming,extending of this library code base. Please check the Contribution Guidelines to know more about the contribution process.

Copyright 2021 Contributors to the Parsec project.

About

License:Apache License 2.0


Languages

Language:Java 95.1%Language:Shell 3.0%Language:Dockerfile 1.1%Language:Groovy 0.5%Language:HCL 0.3%