https://github.com/e-contract/jtrust
https://github.com/e-contract/jtrust
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-contract/jtrust
- Owner: e-Contract
- License: other
- Created: 2015-03-13T13:38:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T09:52:41.000Z (over 2 years ago)
- Last Synced: 2023-11-25T10:27:56.982Z (over 2 years ago)
- Language: Java
- Size: 811 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jTrust
## Introduction
This project contains the source code tree of the jTrust library.
This Java library provides an implementation of a PKI validation algorithm for X509 certificates.
The jTrust library features OCSP and CRL revocation checking, automatic CRL fallback when OCSP fails, CRL caching, and a clean architecture that is ready for a scalable trust service implementation.
The source code is hosted at: https://github.com/e-Contract/jtrust
The Maven project site is hosted at e-contract.be: https://www.e-contract.be/sites/jtrust/
Issues can be reported via github: https://github.com/e-Contract/jtrust/issues
Also check out the eID Applet mailing list for announcements: https://groups.google.com/forum/#!forum/eid-applet
## Getting Started
A good entry point for using the jTrust project is the Maven project site.
https://www.e-contract.be/sites/jtrust/jtrust-lib/
## Requirements
The following is required for compiling the jTrust software:
* Oracle Java 1.8.0_333
* Apache Maven 3.8.6
## Build
The project can be build via:
```shell
mvn clean install
```
## License
The license conditions can be found in the file: LICENSE.txt