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

Method maxCerts

libs/nixio/axTLS/bindings/java/SSLUtil.java:74–77  ·  view source on GitHub ↗

@brief Return the number of chained certificates that the client/server supports. @return The number of supported client/server certificates.

()

Source from the content-addressed store, hash-verified

72 * @return The number of supported client/server certificates.
73 */
74 public static int maxCerts()
75 {
76 return axtlsj.ssl_get_config(axtlsj.SSL_MAX_CERT_CFG_OFFSET);
77 }
78
79 /**
80 * @brief Return the number of CA certificates that the client/server

Callers 4

do_serverMethod · 0.95
do_clientMethod · 0.95
print_server_optionsMethod · 0.95
print_client_optionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected