Protocol used at internet to transport bits of information securely using PKI.
TLS cipher suite’s components:
- key establishment (typically a Diffie-Hellman variant or RSA)
- authentication (the certificate type)
- confidentiality (a symmetric cipher)
- integrity (a hash function)