I saw a table comparing Hash/Mac/Signatures in this post.
I was wondering if I can integrate digital certificates into it like this:
Hash | MAC | Signature | Certificate + Signature | |
---|---|---|---|---|
Integrity | Yes | Yes | Yes | Yes |
Authentication | No | Yes | Yes | Yes |
Non-repudiation | No | No | Yes | Yes |
Identification | No | No | No | Yes |
Kind of keys | None | Symmetric | Asymmetric | Asymmetric |
Does this is make sense to you?
Do you see trust in the same category of security goals like Integrity etc. ?
Edit: Changed 'Trust' to 'Identification', Added Signature to the certificate column