@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.
()
| 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. |
no outgoing calls
no test coverage detected