Hi George,
Wouldn't this require that every call to XXX.getInstance(...) in
WSS4J be modified to specify a provider?
In general, I actually think that's a good idea (though probably very
complex to manage!).
But more to the point, I think many of these calls will not be found
in WSS4J, but instead in Apache XML-Sec.
Or am I missing something here?
Thanks!
Fred
On Jul 18, 2007, at 12:39 PM, George Stanchev wrote:
An alternative solution would be to not go via the
java.security.Security JCE registry
and use the JCE provider directly via XXX.getInstance(String
transformation, Provider prov)
calls. But for some reason (and here the WSS4J developers can chime
in)
WSS4J relies on
the Java 1.3 JCE interfaces which lack those methods and need to go
via
the security registry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]