-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating readme documentation to add link to GitHub pages.
- Loading branch information
Greg Meyer
authored
Mar 12, 2019
1 parent
899a1ac
commit 5d4d044
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# agent | ||
Direct Java RI Security and Trust Agent | ||
The security and trust agent is responsible for implementing the policies of the DirectProject [specification](http://wiki.directproject.org/w/images/e/e6/Applicability_Statement_for_Secure_Health_Transport_v1.2.pdf). It contains interfaces and implementations for resolving private and public certificates, message signing and validating message signatures, message encryption, and enforcing trust policies. | ||
|
||
The agent is typically embedded in an application or service stack interfacing directly with an NHINDAgent implementation. However, because the agent is comprised of componentized sub systems, it is possible to view the age nt as a library of publicly consumable components and interfaces. | ||
|
||
Full documentation can be found [here](https://directprojectjavari.github.io/agent/). |