Uses of Class
io.netty.internal.tcnative.CertificateVerifier
-
Uses of CertificateVerifier in io.netty.internal.tcnative
Fields in io.netty.internal.tcnative declared as CertificateVerifierModifier and TypeFieldDescriptionprivate final CertificateVerifier
CertificateVerifierTask.verifier
Methods in io.netty.internal.tcnative with parameters of type CertificateVerifierModifier and TypeMethodDescriptionstatic void
SSLContext.setCertVerifyCallback
(long ctx, CertificateVerifier verifier) Allow to hookCertificateVerifier
into the handshake processing.Constructors in io.netty.internal.tcnative with parameters of type CertificateVerifierModifierConstructorDescription(package private)
CertificateVerifierTask
(long ssl, byte[][] x509, String authAlgorithm, CertificateVerifier verifier)