Re: Please add more versions to the bugzilla Apache XML Security project
Done Sean Mullan wrote: Please add the following versions to the bugzilla Apache XML Security project: Java 1.4 Java 1.4.1 C++ 1.3 C++ 1.3.1 Thanks, Sean
RE: Encrypt with public key
Hi Ulrich, You wrote: > 1. Create a RSAPrivateKeySpec object with the following (the exponents can be retrieved by any > object implementing the RSAPublicKey interface): RSAPrivateKeySpec(BigInteger modulus, BigInteger > privateExponent) 2. Create a KeyFactory: KeyFactory.getInstance("RSA") 3. G