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
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
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
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