x

xmlsec

Apache XML Security 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
文件下载
文件名 操作
xmlsec-1.4.3.jar 下载
xmlsec-1.4.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>1.4.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:1.4.3'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:1.4.3")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='1.4.3')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.3" />
Leiningen
[org.apache.santuario/xmlsec "1.4.3"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:1.4.3'