Can anybody point to any significant use of detached signatures in any open source or other example Java code? I've looked at the samples that come with the distro, and they mostly appear to be testing code than examples that show anything that would be done in a typical application.
Like so much programming these days, there are no doubt many thousands of users who have written code using XML DSigs, but seeing such examples is really hard, and even books are hard to come by that show anything. I mean, it's so easy to take a chunk of XML and digitally sign it -- and it's extremely fast because there's no canonicalization or issues with where the XML was rooted, namespace, etc. But then we have a worldwide standard for doing this and there's almost nothing that I've found that gives clean, crisp examples of using these capabilities. I know they are out there, I'm just having trouble finding them. Thanks, David