method TLSSocket.prototype.getPeerX509Certificate
TLSSocket.prototype.getPeerX509Certificate(): X509Certificate | undefinedDeprecated
Returns the peer certificate as an X509Certificate object.
If there is no peer certificate, or the socket has been destroyed,undefined will be returned.
X509Certificate | undefined