Multiple choice technology web technology

XML Encryption specification is used to

  1. Extend SSL for XML

  2. Encrypt specific elements or a complete XML document.

  3. Encrypts XML using a public key that can only be decrypted with a secret private key

  4. B and C

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XML Encryption specification enables encrypting specific XML elements or entire documents using symmetric or asymmetric cryptography. It does not extend SSL (that's option A, incorrect). It supports both element-level and document-level encryption (B), and public key encryption where only the holder of the private key can decrypt (C). Thus D is correct.