java - XML Signature Generation using IBM SDK 6.0 -


i'm having interesting problem trying sign saml2 assertion using ibm's jre 6.0. if run code under sun jdk, signs assertions correctly , signature verifies. if run exact same code under ibm jre, assertion created correctly, signature won't verify. again, same code, indeed, it's running jetty, it's exact same jetty config , war file well. have 2 instances of jetty running on different ports different jres pointing same jetty home. signatures generated under sun jre validate, generated under ibm jre not. i'm frankly stumped , running out of things try, suggestions helpful.

a few years late, i'm going answer myself. problem mix of dom1 (non-namespace aware) , dom2+ (namespace aware) calls. shifting namespace aware dom2+ calls, problem went away.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -