How to use SOAP-DSIG and SSL for non-repudiation?



How to use SOAP-DSIG and SSL for non-repudiation?..

Answer / supra

SOAP-DSIG is used to satisfy the message authentication
requirement. It is important to note that you can use SOAP-
DSIG and SSL simultaneously by exchanging


the above HTTP messages over SSL.





Technology Satisfied security requirements
SSL Confidentiality, sender/recipient authentication, and
message authentication by MAC
SOAP-DSIG Message authentication by digital signature and
MAC


SSL provides confidentiality and sender/recipient
authentication. SSL also has functionality for adding MACs
to transmitted messages. On the other hand,


SOAP-DSIG can be used to add not only MACs but also digital
signatures to transmitted messages, but it is not
sufficient for sender/recipient authentication


because it is vulnerable to attacks such as replay attacks.
Therefore, SOAP-DSIG and SSL complement the functionalities
that the other system lacks.



Remember that in order to satisfy the requirement
of non-repudiation, at a minimum you need to simultaneously
guarantee both message authentication by using a

digital signature and sender authentication.
Therefore, using SOAP-DSIG and SSL (with client
authentication) simultaneously is the first step towards
realizing non- repudiation. Specifically, you use
SOAP-DSIG for message authentication by using a digital
signature and SSL client/server authentication for
sender/recipient authentication.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SOAP Interview Questions

What is soap envelope element?

0 Answers  


What is protocol explain?

0 Answers  


What are transport methods in soap?

0 Answers  


what is web service and what are they?

3 Answers  


What are soap web services?

0 Answers  






What are the important characteristics of soap envelope element?

0 Answers  


Explain soap encoding?

0 Answers  


Why is rest more popular than soap?

0 Answers  


What is the difference between top down and bottom up approach in soap web services?

0 Answers  


can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this

0 Answers  


Is soap based on http?

0 Answers  


What is the main difference between soap and rest web services?

0 Answers  


Categories