From 5d4d0449cf38d5a617baf5b49a553c1659942855 Mon Sep 17 00:00:00 2001 From: Greg Meyer Date: Tue, 12 Mar 2019 18:35:46 -0500 Subject: [PATCH] Update README.md Updating readme documentation to add link to GitHub pages. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 147a769..c6406df 100644 --- a/README.md +++ b/README.md @@ -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/).