> I would like to use RSA key pair to sign XML document. > From what I understood I have to use object of class > OpenSSLCryptoKeyRSA to sign the doc using private key > and use the object of same class (with public key) to > validate the same.
Roughly, yeah. > I have difficulty in understanding how to load the key > pair in these object. I am new to security domain > hence kindly accomodate if I sound stupid :-) You could take a look at my code that models access to file-based credentials here: http://tinyurl.com/38jeqz I'm sure you'll find bits of code worth copying. -- Scott
