x

xmlsec

Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital Signature APIs.
http://santuario.apache.org/
The Apache Software License, Version 2.0
The Apache Software Foundation
Sean Mullan Berin Lautenbach Axl Mattheus Erwin van der Koog Raul Benito Garcia Vishal Mahajan Milan Tomic Colm O hEigeartaigh
Files download
File Operation
xmlsec-1.4.4.jar download
xmlsec-1.4.4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>1.4.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:1.4.4'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:1.4.4")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='1.4.4')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.4" />
Leiningen
[org.apache.santuario/xmlsec "1.4.4"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:1.4.4'