Re: AW: Help with X.509 public key decryption of XML

2006-06-01 Thread Dave Oxley
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

Re: Help with X.509 public key decryption of XML

2006-06-01 Thread Dave Oxley
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

Help with X.509 public key decryption of XML

2006-05-30 Thread Dave Oxley
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