@brief Return the result of a handshake. @return SSL_OK if the handshake is complete and ok. @see ssl.h for the error code list.
()
| 80 | * @see ssl.h for the error code list. |
| 81 | */ |
| 82 | public int handshakeStatus() |
| 83 | { |
| 84 | return axtlsj.ssl_handshake_status(m_ssl); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * @brief Return the SSL cipher id. |