w install directory).
>
> Regards,
> Werner
>
>
>> -Ursprüngliche Nachricht-
>> Von: Dave Oxley [mailto:[EMAIL PROTECTED]
>> Gesendet: Donnerstag, 1. Juni 2006 12:02
>> An: security-dev@xml.apache.org
>> Betreff: Re: Help with X.509 pu
I have been doing an awful lot of reading and experimenting and still
have problems. I am now trying to sign an xml document with an RSA key.
The key's generated like this:
KeyPairGenerator keyGen = KeyPairGenerator.getInstance("RSA");
keyGen.initialize(2048, sr);
KeyPair ke
Hi,
I'm using the sample Encrypter.java and Decrypter.java as provided in
the xml-security dist as a base to create a program to encrypt and
decrypt an xml file using openssl created private key and X.509
certificate respectively. I'm fairly new to encryption so I'm fairly
sure I'm doing something