Table of Contents

What is Sender authentication ? (Public Key Authentication based, Certificate-based in Cryptography)

About

Sender Authentication is based on the digital signature. If you can decrypt the signature successfully, it proves that the message come from:

Type

There is three type of authentication:

See also:

Concept

Key

For the procedure. see Digital signature procedure

Key Manager

The KeyManager is a program (or function) that decides which authentication credentials should be sent to the remote host for authentication during SSL handshake.

Type

Mutual

See the dedicated page: What is a certification base authentication (aka SSL/ TLS Server | Client | Mutual authentication or Identity Certificate) ?

Documentation / Reference