SSL_get_time @param ssl the SSL instance (SSL ) @return returns the time at which the session ssl was established. The time is given in seconds since the Epoch
(long ssl)
| 1040 | * @return returns the time at which the session ssl was established. The time is given in seconds since the Epoch |
| 1041 | */ |
| 1042 | public static native long getTime(long ssl); |
| 1043 | |
| 1044 | /** |
| 1045 | * Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate |
no outgoing calls
no test coverage detected