You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2019/12/13 17:28:26 UTC

svn commit: r1871341 - /santuario/xml-security-java/trunk/README.md

Author: coheigea
Date: Fri Dec 13 17:28:26 2019
New Revision: 1871341

URL: http://svn.apache.org/viewvc?rev=1871341&view=rev
Log:
Adding README markdown

Added:
    santuario/xml-security-java/trunk/README.md

Added: santuario/xml-security-java/trunk/README.md
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/README.md?rev=1871341&view=auto
==============================================================================
--- santuario/xml-security-java/trunk/README.md (added)
+++ santuario/xml-security-java/trunk/README.md Fri Dec 13 17:28:26 2019
@@ -0,0 +1,17 @@
+[![Build Status](https://builds.apache.org/view/S-Z/view/Santuario/job/santuario-java-trunk//badge/icon?subject=Build)](https://builds.apache.org/view/S-Z/view/Santuario/job/santuario-java-trunk/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.santuario/xmlsec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.santuario/xmlsec)
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/santuario-java)](https://lgtm.com/projects/g/apache/santuario-java/alerts/)
+
+Apache Santuario - XML Security for Java
+======================
+
+The Apache Santuario™ project is aimed at providing implementation of the primary security standards for XML:
+
+ * XML-Signature Syntax and Processing
+ * XML Encryption Syntax and Processing.
+
+This repository contains the Apache XML Security for Java subproject of Apache
+Santuario. This library includes the standard JSR-105 (Java XML Digital
+Signature) API, a mature DOM-based implementation of both XML Signature and
+XML Encryption, as well as a more recent StAX-based (streaming) XML Signature
+and XML Encryption implementation.