Correct Answer : Option (D) - 1, 2 and 3
Note :
* Digital signatures offer many advantages. Not only you know that a certain person has signed a specific document (statement 1 is correct) but that was also the exact information he signed.
* Once a digital signature has been placed the document cannot be altered anymore (statement 3 is correct), or it will lead to an invalid digital signature.
* Next to that digital signatures can be used for many purposes such as contracts, payment instructions, confirmations but of course also to maintain the integrity of the data. A digital signature is based on public key cryptography, which means that every user has a secret and a public key.
* The secret key is used to place a digital signature on e.g. a document and with the public key the signature can be verified. To maintain the integrity of the public key it will be made available in the form of a certificate. There are several levels of trust possible for certificates, ranging from self-signed to qualified certificates. Important for digital signatures is proof of identity of the holder of the certificate, and eliminating risks in the process as much as possible. (Statement 2 is correct)