Security+ ยท 3.0 Security Architecture
Symmetric encryption
Encryption where the same key is used to encrypt and decrypt. Fast, but requires secure key distribution. Examples: AES, ChaCha20.
How this shows up at NCAE
TLS uses asymmetric to exchange a symmetric session key, then symmetric for bulk data. Your cert is asymmetric; the actual byte stream is symmetric.