Uses of Class
io.netty.internal.tcnative.CertificateVerifier
-
-
Uses of CertificateVerifier in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type CertificateVerifier Modifier and Type Method Description static void
SSLContext. setCertVerifyCallback(long ctx, CertificateVerifier verifier)
Allow to hookCertificateVerifier
into the handshake processing.
-