Uses of Interface
io.netty.internal.tcnative.CertificateCallback
-
-
Uses of CertificateCallback in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type CertificateCallback Modifier and Type Method Description static void
SSLContext. setCertificateCallback(long ctx, CertificateCallback callback)
Allow to hookCertificateCallback
into the certificate choosing process.
-