-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoap_XML_Security_Java.rdf
83 lines (80 loc) · 3.31 KB
/
doap_XML_Security_Java.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
=======================================================================
Copyright (c) 2006 The Apache Software Foundation.
All rights reserved.
=======================================================================
-->
<Project rdf:about="http://xml.apache.org/security">
<created>2006-03-20</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache XML Security Java</name>
<homepage rdf:resource="http://xml.apache.org/security" />
<asfext:pmc rdf:resource="http://xml.apache.org" />
<shortdesc>Library implementing XML Digital Signature Specification & XML Encryption Specification</shortdesc>
<bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Security" />
<mailing-list rdf:resource="http://xml.apache.org/mail.html#security-dev" />
<download-page rdf:resource="http://xml.apache.org/security/dist" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/xml" />
<release>
<Version>
<name>1.3</name>
<created>2005-10-23</created>
<revision>1.3</revision>
</Version>
</release>
<repository>
<SVNRepository>
<location rdf:resource="https://svn.apache.org/repos/asf/xml/security/"/>
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xml/security/"/>
</SVNRepository>
</repository>
<asfext:implements>
<asfext:Standard>
<asfext:title>XML-Signature Syntax and Processing</asfext:title>
<asfext:body>W3C</asfext:body>
<asfext:id>XML Signature</asfext:id>
<asfext:url rdf:resource="http://www.w3.org/TR/xmldsig-core/"/>
</asfext:Standard>
</asfext:implements>
<asfext:implements>
<asfext:Standard>
<asfext:title>XML-Signature Syntax and Processing</asfext:title>
<asfext:body>IETF</asfext:body>
<asfext:id>3275</asfext:id>
<asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3275.txt"/>
</asfext:Standard>
</asfext:implements>
<asfext:implements>
<asfext:Standard>
<asfext:title>Canonical XML</asfext:title>
<asfext:body>W3C</asfext:body>
<asfext:id>Canonical XML</asfext:id>
<asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
</asfext:Standard>
</asfext:implements>
<asfext:implements>
<asfext:Standard>
<asfext:title>Exclusive XML Canonicalization</asfext:title>
<asfext:body>W3C</asfext:body>
<asfext:id>Exclusive XML Canonicalization</asfext:id>
<asfext:url rdf:resource="http://www.w3.org/TR/xml-exc-c14n/"/>
</asfext:Standard>
</asfext:implements>
<asfext:implements>
<asfext:Standard>
<asfext:title>XML Encryption Syntax and Processing</asfext:title>
<asfext:body>W3C</asfext:body>
<asfext:id>Exclusive XML Encryption</asfext:id>
<asfext:url rdf:resource="http://www.w3.org/TR/2002/CR-xmlenc-core-20020304/"/>
</asfext:Standard>
</asfext:implements>
</Project>
</rdf:RDF>