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
Files download
File Operation
xmlsec-1.4.6.jar download
xmlsec-1.4.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>1.4.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:1.4.6'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:1.4.6")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='1.4.6')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.6" />
Leiningen
[org.apache.santuario/xmlsec "1.4.6"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:1.4.6'