温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/bun/TCPSocket/getCipher
点击访问原文链接

TCPSocket.getCipher method | Bun module | Bun

TCPSocket.getCipher method | Bun module | BunBuildDocsReferenceGuidesBlogDiscord/Bun/TCPSocket/getCipherMgetCipher

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/Bun/TCPSocket/getCipherMgetCipher

method

TCPSocket.getCiphergetCipher(): CipherNameAndProtocol;

Returns an object containing information on the negotiated cipher suite.

For example, a TLSv1.2 protocol with AES256-SHA cipher:

{
"name": "AES256-SHA",
"standardName": "TLS_RSA_WITH_AES_256_CBC_SHA",
"version": "SSLv3"
}
Referenced typesinterface CipherNameAndProtocolname: string

The cipher name.

standardName: string

IETF name for the cipher suite.

version: string

SSL/TLS protocol version.

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicense

Baked with ❤️ in San Francisco

We're hiring →

TCPSocket.getCipher method | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    API documentation for method bun.TCPSocket.getCipher | Bun