<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/mullan/">
<title>Sean Mullan&apos;s Blog</title>
<link>http://weblogs.java.net/blog/mullan/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-03-21T12:45:09-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2008/03/apache_xml_secu_3.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2008/03/configuring_the.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2008/02/using_jsr_105_w_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/11/javapolis_07.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/08/even_more_xml_s.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/06/apache_xml_secu_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/05/java_security_a.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/02/new_article_on.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2007/01/apache_java_xml_2.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/08/security_featur.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/07/new_javasuncom.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/06/supporting_addi.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/05/java_se_securit.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/02/mustang_beta_is_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2008/03/apache_xml_secu_3.html">
<title>Apache XML Security 1.4.2 Beta 1 available for testing</title>
<link>http://weblogs.java.net/blog/mullan/archive/2008/03/apache_xml_secu_3.html</link>
<description>I just posted the initial beta release of Apache XML Security 1.4.2. This release contains many bug fixes and a few enhancements, such as an implementation of Canonicalization 1.1.</description>
<dc:subject></dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2008-03-21T12:45:09-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2008/03/configuring_the.html">
<title>Configuring the logging properties for JSR 105 and Apache XML Signature applications.</title>
<link>http://weblogs.java.net/blog/mullan/archive/2008/03/configuring_the.html</link>
<description>A tip on how to configure the logging properties to help debug your JSR 105 and Apache XML Signature applications.</description>
<dc:subject></dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2008-03-13T12:29:29-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2008/02/using_jsr_105_w_1.html">
<title>Using JSR 105 with JDK 1.4 or 1.5</title>
<link>http://weblogs.java.net/blog/mullan/archive/2008/02/using_jsr_105_w_1.html</link>
<description>JSR 105 (XML Digital Signature API) is included with JDK 6, but is also available separately, for example as part of the Apache XML Security Project. This allows you to use the JSR with earlier JDK/JREs such as JDK 1.4 or JDK 5. </description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2008-02-27T08:20:09-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/11/javapolis_07.html">
<title>JavaPolis &apos;07</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/11/javapolis_07.html</link>
<description>I&apos;ll be speaking about XML Security and JSRs 105 and 106 at the upcoming JavaPolis conference in Antwerp, Belgium in December.</description>
<dc:subject>Community</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-11-26T08:32:15-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/08/even_more_xml_s.html">
<title>Even more XML Signature debugging tips</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/08/even_more_xml_s.html</link>
<description>In a previous blog entry, I talked about how to enable logging to get debugging output when using the Java XML DSig API to validate an XML Signature. There are also various methods in the API that you can invoke to get similar information.</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-08-03T09:19:05-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/06/apache_xml_secu_1.html">
<title>Apache XML Security 1.4.1 is ready for download</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/06/apache_xml_secu_1.html</link>
<description>Apache XML Security 1.4.1 was released a few weeks ago but I never got
around to blogging about it. You should definitely upgrade to this
version if you are using 1.4.0. Here&apos;s why ...</description>
<dc:subject></dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-06-08T11:51:10-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/05/java_security_a.html">
<title>Java Security at JavaOne 2007</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/05/java_security_a.html</link>
<description>Wow, JavaOne is here again, next week to be exact! I hope you are going.
Come to one of our sessions to learn or discuss more about Java Security.</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-05-04T13:15:37-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/02/new_article_on.html">
<title>New article on XML Signatures</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/02/new_article_on.html</link>
<description>I have written a new article on java.sun.com titled &quot;Programming With the Java XML Digital Signature API&quot;.</description>
<dc:subject>Community: JDK</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-02-28T07:22:46-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2007/01/apache_java_xml_2.html">
<title>Apache Java XML Security 1.4 released!</title>
<link>http://weblogs.java.net/blog/mullan/archive/2007/01/apache_java_xml_2.html</link>
<description>Apache Java XML Security 1.4 has just been released. This release 
contains an implementation of JSR 105, the standard Java XML Digital
Signature API. </description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2007-01-29T12:24:59-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/08/security_featur.html">
<title>Security Feature Planning for JDK 7</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/08/security_featur.html</link>
<description>We would like your feedback! Help us by giving us suggestions on the security features for the next release of Java SE (JDK 7).</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-08-25T09:41:42-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/07/new_javasuncom.html">
<title>New java.sun.com article on XML Digital Signatures</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/07/new_javasuncom.html</link>
<description>There&apos;s a new article on the front page of java.sun.com on XML Digital Signatures
and the new Java XMLDSig API (JSR 105).</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-07-14T12:02:20-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/06/supporting_addi.html">
<title>Extending JSR 105 to support more URI reference types</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/06/supporting_addi.html</link>
<description>The reference implementation of JSR 105 (Java XML Digital Signature API) includes support for all of the required or recommended URI reference types (http, same-document, and null/barename/same-document XPointers). But sometimes this may not be enough. This blog shows you how to extend the API to add support for more URI reference types.</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-06-28T10:24:29-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/05/java_se_securit.html">
<title>Java SE Security Sessions at JavaOne</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/05/java_se_securit.html</link>
<description>For those attending JavaOne next week, there are a couple of sessions related to Java Security that you may want to check out.</description>
<dc:subject>JavaOne</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-05-10T06:33:58-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/02/mustang_beta_is_1.html">
<title>Mustang Beta is out! Here&apos;s what is new in Security</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/02/mustang_beta_is_1.html</link>
<description><![CDATA[<a href="http://java.sun.com/javase/6">Mustang Beta</a> (JDK 6) was released today and contains many new security features. ]]></description>
<dc:subject>Community: JDK</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-02-15T08:19:39-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html">
<title>More XML Signature debugging tips</title>
<link>http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html</link>
<description>Here&apos;s how to enable logging to get detailed debugging messages when using the Java XML Digital Signature API.</description>
<dc:subject>Security</dc:subject>
<dc:creator>mullan</dc:creator>
<dc:date>2006-02-14T08:24:20-08:00</dc:date>
</item>


</rdf:RDF>
