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

Method maxCACerts

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

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

()

Source from the content-addressed store, hash-verified

82 * @return The number of supported CA certificates.
83 */
84 public static int maxCACerts()
85 {
86 return axtlsj.ssl_get_config(axtlsj.SSL_MAX_CA_CERT_CFG_OFFSET);
87 }
88
89 /**
90 * @brief Indicate if PEM is supported.

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