|
Depends on the Sun JDK version being used. AFAIK, 1.4.2 does not
support both DESede/CBC/ISO10126Padding or RSA/ECB/PKCS1Padding, but
1.5 does. Regarding instantiating XMLCipher (for performing XML encryption) for a given algorithm and provider combination XMLCipher.getProviderInstance(algorithm, provider) should work, no change to config.xml should be required. Vishal Dittmann, Werner wrote: Alexey, DESede/CBC/ISO10126Padding is support with the Sun provider AFAIK, als the RSA mode. Did you install the unresticted security policy for the Sun provider? if not you may have problems with RSA greater than 512bit AFAIK.Regards, Werner-----Ursprüngliche Nachricht----- Von: news [mailto:[EMAIL PROTECTED]] Im Auftrag von Alexey Gesendet: Montag, 24. Oktober 2005 22:11 An: [email protected] Betreff: Re: how to specify JCE provider for XML encryption Werner Dittmann <Werner.Dittmann <at> t-online.de> writes: |
- AW: Re: how to specify JCE provider for XML encryption Dittmann, Werner
- Re: AW: Re: how to specify JCE provider for XML enc... Vishal Mahajan
