|
From: Daniel F. <dan...@vt...> - 2004-05-11 21:22:07
|
I am attempting to create some RSA signatures and I am getting a null pointer exception. It looks like the code in org.neudist.xml.xmlsec.QuickEmbeddedSignature.java#getSignatureElement(Element, int) is incorrect. You are checking for SignatureInfo.SIG_ALG_DSA twice instead of checking for SignatureInfo.SIG_ALG_RSA. -- Daniel Fisher |