Thanks, JDK1.5 and CXF 2.5.1 I do have both policy jars(local_policy, US_export_policy) inside my JRE home(C:\Program Files\IBM\SDP70\jdk\jre\lib\security)
still got same exceptions, but it's resolved when I added bcprov-jdk15-146.jar inside application classpath. everything looks good and getting proper response. secondly, If I do not mention signatureParts, encryptionParts, encryptionSymAlgorithm properties in interceptors then I'm getting another exception even after adding bcprov-jdk15-146.jar. *java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES/CBC/ISO10126Padding* How should I edit signatureParts, encryptionParts, encryptionSymAlgorithm properties in interceptors configuration ? so is there any tutorial or any reference available to understand this properties? -- View this message in context: http://cxf.547215.n5.nabble.com/java-security-NoSuchAlgorithmException-Cannot-find-any-provider-supporting-DESede-CBC-ISO10126Padding-tp5526461p5529239.html Sent from the cxf-user mailing list archive at Nabble.com.
