ServerTlsCredentials constructor
ServerTlsCredentials({})
TLS credentials for a Server.
If the certificate
or privateKey
is encrypted, the password must also
be provided.
Implementation
ServerTlsCredentials(
{this.certificate,
this.certificatePassword,
this.privateKey,
this.privateKeyPassword});