You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Christof Soehngen <Ch...@SYRACOM.DE> on 2004/03/12 13:19:45 UTC

Asymmetric encryption in WS-Security spec.?

Hello,
 
does anyone know, why the WS-Security specification does not allow asymmetric encryption.
I do understand that it is not as fast as symmetric encryption but _for small messages_ does the following hold true?
enc_symmetric(message) + enc_asymmetric(symmetric_key) < enc_asymmetric(message)
 
Especially if you want to sign _and_ encrypt every message, one asymmetric key sounds more efficient to me (RSA should be able to do this, DSA should not, as I understand from what Werner told me).
 
Thanks,
Christof