MCPcopy
hub / github.com/openwrt/luci / getSessionId

Method getSessionId

libs/nixio/axTLS/bindings/java/SSL.java:108–111  ·  view source on GitHub ↗

@brief Get the session id for a handshake. This will be a 32 byte sequence and is available after the first handshaking messages are sent. @return The session id as a 32 byte sequence. @note A SSLv23 handshake may have only 16 valid bytes.

()

Source from the content-addressed store, hash-verified

106 * @note A SSLv23 handshake may have only 16 valid bytes.
107 */
108 public byte[] getSessionId()
109 {
110 return axtlsj.ssl_get_session_id(m_ssl);
111 }
112
113 /**
114 * @brief Retrieve an X.509 distinguished name component.

Callers 2

do_clientMethod · 0.95
display_session_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected