Enabling Mutual SSL Authentication

Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying the provided digital certificate, so that both parties are assured of the others' identity.

After initializing the SMPClientConnection class, use the setClientIdentityCertificate method to set the client certificate.

Examples