Uses of Class
io.netty.internal.tcnative.CertificateVerifier
-
-
Uses of CertificateVerifier in io.netty.internal.tcnative
Fields in io.netty.internal.tcnative declared as CertificateVerifier Modifier and Type Field Description private CertificateVerifierCertificateVerifierTask. verifierMethods in io.netty.internal.tcnative with parameters of type CertificateVerifier Modifier and Type Method Description static voidSSLContext. setCertVerifyCallback(long ctx, CertificateVerifier verifier)Allow to hookCertificateVerifierinto the handshake processing.Constructors in io.netty.internal.tcnative with parameters of type CertificateVerifier Constructor Description CertificateVerifierTask(long ssl, byte[][] x509, java.lang.String authAlgorithm, CertificateVerifier verifier)
-