Constructor. @param certificate The SSL host configuration certificate
(SSLHostConfigCertificate certificate)
| 101 | * @param certificate The SSL host configuration certificate |
| 102 | */ |
| 103 | protected SSLUtilBase(SSLHostConfigCertificate certificate) { |
| 104 | this(certificate, true); |
| 105 | } |
| 106 | |
| 107 | |
| 108 | /** |
nothing calls this directly
no test coverage detected