Uses of Interface
io.netty.internal.tcnative.CertificateCompressionAlgo
-
-
Uses of CertificateCompressionAlgo in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type CertificateCompressionAlgo Modifier and Type Method Description static intSSLContext. addCertificateCompressionAlgorithm(long ctx, int direction, CertificateCompressionAlgo algorithm)Adds a certificate compression algorithm to the givenSSLContextor throws an exception if certificate compression is not supported or the algorithm not recognized.private static intSSLContext. addCertificateCompressionAlgorithm0(long ctx, int direction, int algorithmId, CertificateCompressionAlgo algorithm)
-