PKI must use asymmetric encryption because it is managing the keys in many cases. This implies the use of public and private key pairs, which is asymmetric.
From another user: Symmetric cryptography uses the same secret (private) key to encrypt and decrypt its data whereas asymmetric uses both a public and private key. Symmetric requires that the secret...