Hi again, after testing with dotNet Clients I have noticed, that only X509v3 certificats are supported by WS-Security. Therefore I have generated some test certificats with OpenSSL and imported them into JKS. But during signature tests, WSS4J complains that it could not get Cert from JKS: "No alias found for subject from issuer with".
Comparing console debug and JKS list output I guess, that the problem is in different interpretation of attributes like email or unit. For example JKS prints: "[EMAIL PROTECTED]" but WSS4J prints: "[EMAIL PROTECTED]@test123.de". So I have set only common name during cert generating. Now WSS4J is able to find the cert in JKS. Regards, Christoph -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
