Re: URGENT:asymmetric key encryption

2005-02-01 Thread David Han
That helps! Big Thank! David --- Berin Lautenbach <[EMAIL PROTECTED]> wrote: > David, > > http://cvs.apache.org/viewcvs.cgi/xml-security/src_unitTests/org/apache/xml/security/test/encryption/ > > Might help out - particularl XMLCipherTester.java > > Cheers, > Berin > > David Han wrot

Re: URGENT:asymmetric key encryption

2005-02-01 Thread Berin Lautenbach
David, http://cvs.apache.org/viewcvs.cgi/xml-security/src_unitTests/org/apache/xml/security/test/encryption/ Might help out - particularl XMLCipherTester.java Cheers, Berin David Han wrote: Vishal Thanks for your tip. I am still reading through the API to find out how to load PKI keys from

Re: URGENT:asymmetric key encryption

2005-02-01 Thread David Han
Vishal Thanks for your tip. I am still reading through the API to find out how to load PKI keys from key store using store pass and key pass, how to add encrypted symmetirc key by asymmetic key to the doc ..., Do you any sample around? Thanks in Advance David Han --- Vishal Mahajan <[EMAIL PROT

Re: URGENT:asymmetric key encryption

2005-02-01 Thread Vishal Mahajan
You can use an asymmetric key (e.g, a public key) for encrypting a symmetric key (which in turn could be used for encrypting data). Please refer the encryptKey method in the XMLCipher class. Vishal David Han wrote: Hi Does xml-security-1_2_0 API support asymmetric key encryption? If yes, where I