Berin Lautenbach wrote:
Dims,
Actually, because of all the problems with Gump (which is/was ignoring
bouncy castle) I've been doing exactly that.
The problem I'm running into is that the Sun JCE does not support the
relaxed version of PKCS5 padding that the Baltimore encryption interop
examples use.
Can you be more specific? As of J2SE 1.5 (currently in beta), Sun's JCE provider
supports the ISO 10126 Padding scheme used by XML Encryption. You need to specify
ISO10126Padding as your padding algorithm when requesting a Cipher instance.
Thanks,
Sean