| Author |
Mechanism type DOM not available
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
hi i am getting following error with jdk 1.5
the same thing is working fine with jdk 1.6
What could be the reason ? any idea ?
|
Jigar Naik
|
 |
Siddharth Sharan
Greenhorn
Joined: Jul 20, 2009
Posts: 1
|
|
Try this
XMLSignatureFactory fac = XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
inplace of
XMLSignatureFactory fac = XMLSignatureFactory.getInstance("DOM");
|
 |
 |
|
|
subject: Mechanism type DOM not available
|
|
|