Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
6 changes: 5 additions & 1 deletion README.md
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/).

0 comments on commit 5d4d044

Please sign in to comment.