首页 > TAG信息列表 > kotlindata

HTTPS 为什么是安全的 _ (下),kotlindata类

Client Hello 建立 TCP 连接之后,浏览器率先发出 Client Hello 消息。 挑几个重点字段说一下。 Version 表示客户端最高支持的 TLS 版本,向下兼容。上图中是 TLS 1.2 (0x0301) 。 Random 是客户端生成的一个随机数,后面用于生成主密钥。下文中用 client_random 表示。Random 是

ARouter源码详解,kotlindata类

/** Completion the postcard by route metas @param postcard Incomplete postcard, should complete by this method. */ public synchronized static void completion(Postcard postcard) { if (null == postcard) { throw new NoRouteFoundException(TAG + “No postc