ClientCertificateAuthenticator constructor
ClientCertificateAuthenticator(
- TlsIdentity identity
Creates a new ClientCertificateAuthenticator that uses the Certificate
and KeyPair of the given identity to authenticate the client to the
server.
Implementation
ClientCertificateAuthenticator(this.identity);