MCPcopy Create free account
hub / github.com/apache/tomcat / getTime

Method getTime

java/org/apache/tomcat/jni/SSL.java:1042–1042  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

getCreationTimeMethod · 0.95
getLastModifiedMethod · 0.45
isOutDatedMethod · 0.45
executeMethod · 0.45
parseDateMethod · 0.45
getLastModifiedMethod · 0.45
getLastModifiedMethod · 0.45
checkServerBuildAgeMethod · 0.45
JDBCAccessLogValveMethod · 0.45
getCurrentTimeMillisMethod · 0.45
addElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected