tls.TLSSocket 类


对写入的数据和所有必需的 TLS 协商进行透明加密。

tls.TLSSocket 的实例实现了双工接口。

返回 TLS 连接元数据的方法(例如 tls.TLSSocket.getPeerCertificate() 只会在连接打开时返回数据。

Performs transparent encryption of written data and all required TLS negotiation.

Instances of tls.TLSSocket implement the duplex Stream interface.

Methods that return TLS connection metadata (e.g. tls.TLSSocket.getPeerCertificate() will only return data while the connection is open.