Concept:
Public key cryptography uses two keys: a public key and a private key.
Step 1: Check RSA.
RSA is a public key cryptosystem.
\[
A \text{ is correct}
\]
Step 2: Check ECC.
ECC stands for Elliptic Curve Cryptography. It is also a public key cryptosystem.
\[
E \text{ is correct}
\]
Step 3: Check Caesar, Vernam and DES.
Caesar cipher and Vernam cipher are symmetric or classical encryption methods. DES is also symmetric key encryption.
Therefore, public key cryptosystems are:
\[
A \text{ and } E
\]
\[
\therefore \text{Correct Answer is (D)}
\]