JSR 105 - Java(TM) XML Digital Signature API.
Part of the Java Web Services Developer Pack 1.6.
Here is the list of declaration for xmldsig. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.xml</groupId> <artifactId>xmldsig</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for xmldsig is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on xmldsig-1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | cas-server-core 3.1-m2 CAS core | 10 |
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>javax.xml</groupId> <artifactId>xmldsig</artifactId> <version>1.0</version> <name>JSR 105 - Java(TM) XML Digital Signature API</name> <description> Part of the Java Web Services Developer Pack 1.6 </description> <url>http://www.jcp.org/en/jsr/detail?id=105</url> <distributionManagement> <downloadUrl>http://java.sun.com/webservices/downloads/webservicespack.html</downloadUrl> </distributionManagement> </project>