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

Method SSLUtilBase

java/org/apache/tomcat/util/net/SSLUtilBase.java:103–105  ·  view source on GitHub ↗

Constructor. @param certificate The SSL host configuration certificate

(SSLHostConfigCertificate certificate)

Source from the content-addressed store, hash-verified

101 * @param certificate The SSL host configuration certificate
102 */
103 protected SSLUtilBase(SSLHostConfigCertificate certificate) {
104 this(certificate, true);
105 }
106
107
108 /**

Callers

nothing calls this directly

Calls 15

getEnabledMethod · 0.95
getLogMethod · 0.95
isJre22AvailableMethod · 0.95
getImplementedCiphersMethod · 0.95
getProtocolsMethod · 0.80
isOptionalMethod · 0.80
getJsseCipherNamesMethod · 0.80

Tested by

no test coverage detected